I am building a site using the excellent classic template. Up until now all has been smooth and the small customisations I needed to make were fairly simple. But I have hit a problem and after hours of trying to fix it am no nearer a solution. Any help is much appreciated.
There is barely any space between the Read More link and the next article header. How can I create it? I have added a near empty ghost article and omitted the read more (should this be a button?) and the space seems okay. But I need the read more button to make the site look as I want it to. Does anyone have a solution?
Site
http://www.cardiolefrog.fr/
- lorenzo
-
- Free Templates / Extensions
- Tuesday, 04 August 2015
- Subscribe via email
ok, that works perfect! )
For the problem with the images you have no idea i guess?
will be a joomla-thing i guess.
Thank you for your help!!!! )
For the problem with the images you have no idea i guess?
will be a joomla-thing i guess.
Thank you for your help!!!! )
- more than a month ago
- Free Templates / Extensions
- # 1
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit to taste)
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit to taste)
.blog-items .blog-item {
margin-bottom: 3rem;
}
Ciaran
- more than a month ago
- Free Templates / Extensions
- # 2
https://homepagejoomla.live-website.com/index.php/aktuelles
Site is in progress ;o)
There are also the "Introductory images" in the blog, that i cant remove (
Site is in progress ;o)
There are also the "Introductory images" in the blog, that i cant remove (
- more than a month ago
- Free Templates / Extensions
- # 3
Hello Ciaran,
adding
.post {
margin-bottom: 30px;
}
to costum-css does not work on your emani-template.
How to add mor space between articles there?
Thank you!
Mirko
adding
.post {
margin-bottom: 30px;
}
to costum-css does not work on your emani-template.
How to add mor space between articles there?
Thank you!
Mirko
- more than a month ago
- Free Templates / Extensions
- # 5
Hello
Your Custom CSS field can be found by navigating to Extensions -> Template Manager -> [YourTemplateStyle] -> 'Custom CSS' tab.
Ciarán
Your Custom CSS field can be found by navigating to Extensions -> Template Manager -> [YourTemplateStyle] -> 'Custom CSS' tab.
Ciarán
- more than a month ago
- Free Templates / Extensions
- # 7
Many many thanks . I figured what the custom css field was and posted the code. Worked straightaway.
One more thing. On the demo the read more is a lovely blue button. All I have is a line of text. Is it pretty straight-forward to change this?
One more thing. On the demo the read more is a lovely blue button. All I have is a line of text. Is it pretty straight-forward to change this?
- more than a month ago
- Free Templates / Extensions
- # 8
Hi Lorenzo
Just to confirm, you have added the suggested CSS to the Custom CSS field, not the custom.css file?
Ciarán
Just to confirm, you have added the suggested CSS to the Custom CSS field, not the custom.css file?
Ciarán
- more than a month ago
- Free Templates / Extensions
- # 10
Thank you Ciaran,
I tried this buit there is no change. The custom css now looks like this
/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/
.post {
margin-bottom: 30px;
}
Is there anything else I should be doing? Do I need to create overides in order for the custom css to work?
I tried this buit there is no change. The custom css now looks like this
/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/
.post {
margin-bottom: 30px;
}
Is there anything else I should be doing? Do I need to create overides in order for the custom css to work?
- more than a month ago
- Free Templates / Extensions
- # 11
Hi Lorenzo
To resolve try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
To resolve try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
.post {
margin-bottom: 30px;
}
Ciarán
- more than a month ago
- Free Templates / Extensions
- # 12
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »