Make header width 100%

Home Forums Gillion Theme Make header width 100%

Home Forums Gillion Theme Make header width 100%

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • nicolaivarney
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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.

     

    https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/reviews/14728833?utf8=%E2%9C%93&reviews_controls%5Bsort%5D=ratings_descending

     

    https://themeforest.net/item/gillion-multiconcept-blogmagazine-theme/reviews/19470306?utf8=%E2%9C%93&reviews_controls%5Bsort%5D=ratings_descending

     

    Best regards,
    Shufflehound team

    nicolaivarney
    Participant

    Yes – it’s http://www.ketoliv.dk

     

    ill leave a good review of the themes!

    To make the header full width, we have to remove the sections as shown in the attached screenshot.

     

    Is it ok for you?

    Attachments:
    You must be logged in to view attached files.

    nicolaivarney
    Participant

    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;
    }

    nicolaivarney
    Participant

    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;
    }
    
Viewing 8 posts - 1 through 8 (of 8 total)