How to change background color on mobile menu and fix footer title on ipad

Posted in: Newspaper
Post count: 5

How to change background color on mobile menu. (I’ll change green to orange)
– (Sreenshot1)

How to fix footer title on ipad. It’s not justified.
– (Screenshot2)

Thank you.

Post count: 22421

Hello,

The background color of the mobile menu can be changed from here: http://screencast.com/t/ScSJiimKnyif or if you use the mobile theme plugin: http://screencast.com/t/xb35xNWWA8u6
The 3 sections of the footer were not designed to be identical width between them. The logo container is smaller so there will be more space for the other containers. IUf you want them justified, you can use this css code:
.td-footer-wrapper .td-pb-span3, .td-footer-wrapper .td-pb-span5, .td-footer-wrapper .td-pb-span4{
width: 33.33333333%!important;
}

Thank you!

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