Center Footer Boxes

Posted in: Newspaper
Post count: 46

Hi, i use the Footer from Newspaper, i Need a custom css to Center the Content in this three boxes

http://mallorca.inselleben.es/inhalt/uploads/2017/01/Unbenannt.png

Thanks 🙂

Post count: 46

Hey i think this is right ?

.td-pb-span5 {
text-align:center!important;
}
.td-pb-span4 {
text-align:center!important;
}

isnt it ?

how can i set the logo in the left box in vertikal center ???

Post count: 46

i change the code to this :

.td-pb-row {
text-align:center!important;
}

but i need help to set the footer logo in vertikal top

Post count: 46

ok both codes doesent work without errors in the copyright line …

so back to my first question sorry …

Hi, i use the Footer from Newspaper, i Need a custom css to Center the Content in this three boxes

http://mallorca.inselleben.es/inhalt/uploads/2017/01/Unbenannt.png

and set the logo in vertikal top

Thanks ?

Post count: 20688

Hi,

I do not see these items on your site so I could provide a more accurate solution, you could try this code and see if it works for you (you can control the footer logo on vertical by modifying the margin-top)

.td-footer-bottom-full .footer-logo-wrap {
margin-top: 20px;
}
.td-footer-bottom-full .footer-social-wrap {
text-align:center!important;
}
.td-footer-bottom-full .footer-text-wrap {
text-align:center!important;
}

Result – https://www.screencast.com/t/xx8DARaaf41
Thanks

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