Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi there, I want to reduce the spacing between the items on my footer menu (see link below) but can’t see any options for this, can you supply the css please? Thanks
staging.shades-blinds.co.uk
Hello,
The footer is divided in three equal columns. It’s the text that is too small for the column width and it makes it look too wide. If you shrink the columns width, the logo in the first one will get smaller too.
Please try to add this code into your custom css box:
footer .inner .widget ul li a {
float: right !important;
width: 62% !important;
}
Let us know if it does what you wanted.
Best regards!
Hi Sorry, I don’t think I explained properly. I would like to change the vertical spacing in between the menu items, so for example, right now its like :
HOME
ROLLER BLINDS
VERTICAL BLINDS
I would like it to be more like:
HOME
ROLLER BLINDS
VERTICAL BLINDS
Thanks
Hello,
In this case, add this code instead:
footer .inner .widget ul li {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
Change the values to your wish.
Best regards!
You must be logged in to reply to this topic.