topbar width

Posted in: Newspaper
Post count: 62

Hi,

How can I adjust the width of the topbar?

I want to delete the parts shown on the picture here.

Ah, also I want to do the same on FOOTER as well (screen shot here).

Thanks

Post count: 20685

Hi,

Use this code for the top bar – https://www.screencast.com/t/XDIkUQYu

.td-header-style-3 .td-header-top-menu-full {
background-color: transparent;
}
.td-header-style-3 .td-header-top-menu {
background-color: #111;
}

For the footer I could give you a code to force the footer to a fixed width (the theme container width)
https://www.screencast.com/t/4YrzQ51wKHr

.td-footer-wrapper.td-container-wrap {
width: 1068px!important;
}

This code for the footer must be entered in Advanced CSS in the desktop section, so it only applies for desktop devices.

Thanks

Post count: 62

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.