Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #499603

    Hi,

    Could you help me why the content is out of the container in attached URL? (as I can see there is no container div for the page content)
    The front page has similar elements and that is working fine.

    I’m sending you temp admin user/pass if needed.

    Thanks in advance!

    #499733

    Hey Attila,

    I’m pretty sure this CSS you have added has something to do with it:

    @media only screen and (min-width: 1200px) {
    strong.logo {
        left: -430px;
    }
    }
    strong.logo {
        width: 1900px;
        top: -80px !important;
        position: relative;
    }

    Try using 100% for the logo width instead.

    Regards,
    Rikard

    #499752

    Hi,

    Thanks for the reply! I’m not a CSS specialist and I know this logo positioning is not the best solution. But I’ve modified the CSS to logo width 100% and the DIV structure is not changed.
    The main problem is – as I can see – there is no container DIV after the full_slider_2 DIV.

    Right after the full_slider_2 there is flex_column so all the page content is out of the container (like a full slider).
    I’m sending you admin user/pass.
    Thanks!

    
    /* logo responsive*/
    strong.logo {
    	width:100% !important;
    	top:-80px !important;
    	position: relative;
    }
    #500183

    Hi,

    The current solution you have now will not work, I think you have to rethink what you have done so far. For instance, the line going across the page could be done with html/css instead of an image, but you will probably have to do a customisation or two to the header. You can then place the logo in an absolute position, but you will most likely need different solutions for smaller screens as well. You might want to consider hiring a freelancer if you have to implement the current design, or maybe rethink it to make it more compatible with the theme defaults.

    Thanks,
    Rikard

    #501261

    Hi Rikard,

    Ok, I’ll not use that width logo anymore. I’m not using two full width sliders.
    But…
    I have made two websites with Enfold and I can see different div structures.

    site #1 div structure:
    there is .container (and other divs) in the #main div before the .flex_column – It’s working fine
    check here the structure

    site #2 div structure:
    there is NO .container (and other divs). The .flex_column is right after the #main div – The content is fell apart
    check here the structure

    Thanks in advance!

    #501464

    Hey,

    Not sure what going on there, could you link to the pages please? You could try to recreate the page in question to see if that helps. Try enabling debug mode and then copy/paste the shortcode to a new page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Rikard

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