Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #850783

    Hi there guys,

    I am trying to build a site with no logo and no menu, just a full width banner as the header.
    To do this I am using the full width easy slider to display a banner that is 1130 px wide.

    I have set the site to be a fixed frame with maximum container width of 1130 px, but the site still shows as the full width of my browser (1912 px)

    I also tried setting the site to a boxed layout but that also just fills my screen.

    Firstly, how do I get my 1130 px graphic to show as the header, without any menus or site logo?

    Secondly how do I make the site the width I want?

    Thanks

    Sean

    P.s. the option to receive followup emails to these questions never seems to work.

    #850803

    Hey seanchk,

    Please provide a link to the site in question so we can look into this issue further. The site size should be able to be adjusted via quick css.

    Best regards,
    Jordan Shannon

    #851980

    Hi Jordan,

    The site is https://betline1.com

    I’ve sort of solved the issue I had with wanting just a graphic header by using a custom header background and some css to remove the logo and menu.

    What I cannot figure out is how to make sure there is no menu when looking at the site on a mobile or tablet.

    Also my nice header graphic is not responsive on mobile.

    Thanks for your help

    Sean

    #852136

    Hi Sean,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .responsive #top #wrap_all .main_menu {
        display: none !important;
    }
    @media only screen and (max-width: 767px) {
    .header_color .header_bg {
        background-size: cover;
    }}
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.