Newspaper6 – Vertical Alignment in sub footer

Posted in: Newspaper
Post count: 28

Hi
in my subfooter the copyright section on the left is not vertically aligned with the footer menu section
on the right
as you can see here: http://screencast.com/t/sQ39pGVxsM

live at: http://www.carmenlaterza.com

how can I fix it?
thank you

Post count: 7909

Hi,

Please make sure that your child theme version is the same with the version of the main theme 6.3 and also I see that you have custom modification for subfooter – you have changed the span there and you don’t have td-sub-footer-copy class anymore how it should be – http://screencast.com/t/jS4kae8P4 it should look like this – http://screencast.com/t/JKPzyiIJ

Thanks!

Post count: 28

Even with the original footer.php settings (span5 and “td-sub-footer-copy” class) the problem still remains!

please check and help me
http://www.carmenlaterza.com

thank you!

Post count: 6600

Hi,

I see you have style added in the child theme that overwrites the main style: http://screencast.com/t/bTh11N2N and this also add a margin auto that overwrites the copywriter container and remove the margins making to look like that.

I suggest you remove the style from the child theme or use a custom css to overwrite it: http://screencast.com/t/07Fc3QKc

.td-sub-footer-copy {
margin-top: 8px !important;
margin-bottom: 8px !important;
}

Thanks

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