hello
http://ab-etudes-thermiques.com/
I would like the line footer 1 (visitor) and copyright is as fine as possible.
- DiabloV
- Commercial Templates
- Monday, 29 December 2014
- Subscribe via email
Hello
When you say 'fine' I'm presuming you wish to remove any bold font? To do so add the following to the Custom CSS field of your templates parameters...
Ciarán
When you say 'fine' I'm presuming you wish to remove any bold font? To do so add the following to the Custom CSS field of your templates parameters...
.visitorcounter strong {
font-weight: normal;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
Try adding the following to your Custom CSS field...
To further reduce the space above the icons you also wish to hide your component area for this page. Details on doing this can be found here.. http://www.joomla51.com/tutorials/item/hiding-the-component-article-area-on-a-page
Ciarán
Try adding the following to your Custom CSS field...
.wrapper_contentbottom {
padding-bottom: 0;
}
#base .module_surround {
padding: 10px 35px;
}
#container_copyright {
padding: 0;
}
To further reduce the space above the icons you also wish to hide your component area for this page. Details on doing this can be found here.. http://www.joomla51.com/tutorials/item/hiding-the-component-article-area-on-a-page
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thanks for the solution.
No it's not really what I want.
I tried on the footer 2, this pleases me better, there is less height.
That said, I do not happen again to center the icons.
To further reduce the space above the icons you also wish to hide your component area for this page. Details on doing this can be found here.. www.joomla51.com/tutorials/item/hiding-t...ticle-area-on-a-page :
No it's not really what I want.
I tried on the footer 2, this pleases me better, there is less height.
That said, I do not happen again to center the icons.
- more than a month ago
- Commercial Templates
- # 7
Try changing the CSS used to center your icons to the following..
Ciarán
#footer-1 .module_content {
text-align: center;
width: 100%;
}
#footer-1 .module_content .hi-icon-wrap {
display: inline-block;
text-align: center;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
great !!
Is it possible to further reduce the gap between the icons and the visitor counter?
Is it possible to further reduce the gap between the icons and the visitor counter?
- more than a month ago
- Commercial Templates
- # 9
- 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 »