Formatting footer

Posted in: Newspaper
Post count: 28

Hi,

I was wondering how do I make formatting edits to the footer?

http://www.screencast.com/t/foYguaAS1

1. How do I resize the sub footer?
2. How do I resize the main footer while leaving the text in the same position?
3. How do I resize the logo in the footer?

Please refer to the picture in link. Many thanks in advance.

Best,

Nick

Post count: 3343

Hello,
1. Edit from style.css http://screencast.com/t/Lpu3SfwTZb9
2. http://screencast.com/t/eTeVQmm9
3. Give me a link on your site to inspect the logo from there.

Thanks

Post count: 28

Following the first two instructions, it seems to have no effect. I’ve even went as far as putting all the padding dimensions to zero and when I compare the before and after changes to style.css, the homepage looks exactly the same.

Post count: 3343

Hello,
Edit style.css and find the selector that send you to edit and make the changes. Should work. If you add it with new values use with !important to rewrite the initial CSS.

Thanks

Post count: 28

Hi,

Still no effect.

http://www.screencast.com/t/mNscT8qqceV

I reduced your default values in half and the layout is still completely unaffected.

Post count: 3343

Hello,
You can edit the style.css directly from wordpress http://screencast.com/t/cvFz6E0h5FW
If you want you can give me access to your wordpress and I will take a look.

Send via email at contact@tagdiv.com
Thanks

Post count: 28

Sent you an email

Post count: 7

the above worked for me with after including the ” !important ” – the setting that seems to work best for me was:

.td-full-layout .td-sub-footer-wrap .td-grid-wrap,
.td-boxed-layout .td-sub-footer-wrap .container .td-grid-wrap {
padding: 15px 0 5px 0 !important;
}

If you do not see the changes take effect – try ” Ctrl – F5 ” to refresh – or try clearing history…

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.