Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi Mihaila – could you direct me to where to adjust the padding settings for the footer columns? I have a 4 column widget footer and since my first column content is minimal, I’d like to adjust the remaining columns. I tried to adjust in the styles.css, but didn’t work. Here is the url:
Thanks!
Hello,
Please add this code into your custom css box:
footer#footer .inner .row-fluid .span3 {
padding-left: 21px;
padding-right: 40px;
}
Edit the values to your wish. Let us know.
Best regards!
You must be logged in to reply to this topic.