I wanna set the main menu to full width but I couldnt.
https://ibb.co/iszN7m
I tried this code but it didnt work;
.td-header-style-10 .td-header-menu-wrap-full {
background-color: #05540f!important;
}
Can you help me for this? Thank you!
If you need my website; http://www.bubestebursama.com
Hi,
There is an option to stretch the header menu if you wish to
– https://www.screencast.com/t/cmj9GNOT8cl
Or you could try a code like this for example
– https://www.screencast.com/t/GeoTeJwNSRf
.td-header-style-10 .td-header-menu-wrap-full {
width: 100% !important;
padding-left: 20px;
padding-right: 20px;
}
Thanks
I’m sorry to bother you but I have a few more problems about the menu.
1. How can I place the search button and logo of sticky menu to the section I marked?
2. How can I change the background of sticky menu?
1: https://i.hizliresim.com/d7Dpzp.png
2: https://i.hizliresim.com/5GXJr5.png
Thank you again!
Hi,
1. The search button cannot be positioned inside the menu. It is a separate element and cannot be included in the menu.
2. Please check the theme colors section for the background color change: https://www.screencast.com/t/TKylRjVWLrY
Thank you!
Hi,
When I apply Simion’s answer, the search button moving to the right. I just want to expand the ‘background’ of the menu.
So, is it not possible ?
I found a solution in this topic but it didn’t work. Maybe you want to see; https://forum.tagdiv.com/topic/menu-background-full-width-2/
Thanks.
Hi,
If you use a background color or image, you will have to use the force full width options from here: https://www.screencast.com/t/Cg2DyB1t
Thank you!