Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1120381
Full Width Header
Closed

Comments

  • Chris started the conversation

    I'd like to make the green logo header on my website Full width of the browser. Right now the whole site seems to be in a container with margins on each side. I'd like to bypass this with the header on every page. Please help

  • Chris replied

    I currently have a 1920 x 280 image as my dark header logo. What am Indoing wrong

  • Chris replied

    this is what idlik it to look like

  •  1,845
    Elated replied

    Hello there,

    In order to solve full width header please try adding into Elated Options > General > Custom CSS  https://www.screencast.com/t/nfMq2aYKOuxi  code below 

    .eltd-page-header .eltd-grid{
        width: 100%;
    }
    

    Best regards,

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Chris replied

    Hi Thanks for the advice, it worked. Does the same thing go for the mobile header?

  •  1,845
    Elated replied

    Hi,

    This is how mobile header looks like https://www.screencast.com/t/vbRhDcUIR since there appears icon that opens drop-down menu. If you want to customize it further let me know what needs to be done.

    Best regards,

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Chris replied

    Yes please, 

    Could the header span the entire width and have the dashes symbol for the menu sit on top of it it? I guess giving it a z-index higher than the header.Similar to the attached image

  •  1,845
    Elated replied

    Hi there,

    Try adding this Custom css 

    .eltd-mobile-header .eltd-mobile-menu-opener{
        left: 50px;
    } .eltd-grid {
        width: 100%;
    } @media screen and (max-width: 768px){
        .eltd-position-center-inner {
            position: relative;
            top: -90px;
        }
    }

    Please, let me know if that worked. If there is anything else, feel free to ask for help.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Chris replied

    Hey this worked thanks for your help!

  •  1,845
    Elated replied

    Hello there,

    I am glad to help. If there is anything else you need help with, please let me know.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.