Home › Forums › Gillion Theme › Make header width 100%
Home › Forums › Gillion Theme › Make header width 100%
Hi shufflehound!
Hope you are having a great evening..
I have a problem with the menu width. Its like it’s only 720 pixels. I need sh-table-cell to have a greater width if that is possible, so my site can use the menu for full width instead of only centered in the middle in 720.
See related attached picture
Can you help me with this? I have tried a very variations of css, but I cant make it larger.. 🙁
Hope you can help, and thanks for the best theme i’ve ever bought. By the way, i havn’t left a review. Would you like me to leave some kind of review somewhere? I’ve used both gillion and jevelin.
regards
Nicolai
Hi Nicolai,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to achieve it?
Hope you can help, and thanks for the best theme i’ve ever bought. By the way, i havn’t left a review. Would you like me to leave some kind of review somewhere? I’ve used both gillion and jevelin.
That would be really appreciated.
You can post reviews on the below pages.
Best regards,
Shufflehound team
To make the header full width, we have to remove the sections as shown in the attached screenshot.
Is it ok for you?
Yes that would be perfect (Y)
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .container.sh-header-standard { width: 100% !important; max-width: 100% !important; }
Thanks! It looses centering though. Can we fix this with CSS as well?
Please also use the below CSS code to center align it.
#page-container .ubermenu-main { max-width: 100% !important; display: table !important; margin: 0 auto; }