Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #514037

    Hi,

    In pages that I do not have any slider, how I can to increase the title bar to fullwidth?

    I have attached a link to the picture in the private area

    Thanks in advance

    #514175

    Hey Rosquill,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #514650

    Hi, I provide you an access to web. Best.

    #514664

    I take this opportunity to let you know that the menu does not display correctly in Ipad (vertical position), I attached a link to image. Is it necessary to open a new task?

    #514953

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling for the Title bar:

    #top .title_container .container {
    max-width:100% !important;
    }

    Overlapping:

    Try to activate the mobile menu for tablets as well under Enfold–>Header–>Mobile menu. If that doesn’t match what you are looking for then you can use the following CSS in Quick CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Adjust the value 1024 to your liking.

    Best regards,
    Rikard

    #516945

    Great!!
    Thank you very much.

    #517774

    Hey!

    glad Rikard could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How I can to increase, the title bar to fullwidth’ is closed to new replies.