Logo + Ads Banner

Posted in: Newsmag
Post count: 137

Hello! currently my logo/banner section is displayed in this way: https://ibb.co/J7F8Ndm
Can you help me to change in this way? https://ibb.co/C1M4n0m
In short logo i need align left and banner in banner on the right more width
Thanks

Post count: 35449

Hi,
Unfortunately, using Newsmag theme, there is no option to do what you want to achieve, maybe it can be achieve with custom css, but this is not easy because the logo width -> https://i.imgur.com/90OcxX1.png and header ad banners -> https://i.imgur.com/QNuWIBP.png cover all the header width, but if you want, you can try this custom ss and set a big banner with 860px width -> https://i.imgur.com/TRTRokQ.png or set the ad banner width to 100% using this code -> https://i.imgur.com/TZmfrsU.png
.td-header-sp-logo {
width: 120px;
}
.td-header-sp-rec{
width: 860px;
}
.td-header-sp-rec .td-all-devices img {
width: 100%;
}

This code need to be set in theme panel> custom code> custom css.

Hope it will help you!

Post count: 137

Hello! thanks for help in every topic with css!
If possible now i need help for menù:
As you can see now i have this version: https://ibb.co/vjdSh62
On td-affix is it possible to change in this way? https://ibb.co/DCspRb8
So change background, item color and background?
Thanks

Post count: 35449

Hi,

You should be able to achieve that by setting colors on main menu in theme panel -> https://i.imgur.com/3Ri6AQW.png -> https://i.imgur.com/97DSdfJ.jpg

Hope this will help you!

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