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

    Hello,
    i have a fixed frame layout with nav on the left side and i didn’t get the layerslider centered. The navigation button appear as it as on the full width top menu layout, though i’ve already set the dimensions of the sidebar to 80 | 20%.
    So a part of the slider disappears.
    Thanks
    Markus

    #619865

    Hey markkus2!

    use this code inside of Quick CSS field:

    div#layerslider_3 {
    width: 900px !important;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #619898

    Hello Andy, thanks for the hint, this doesn’t do it at all, but this is working:

    div#layerslider_3 {
    width: 78% !important; //curiously, because sidebar maincontent is 20 | 80%
    float: right;
    }

    !!! But, can you perhaps add something which makes the slider come back to 100% again in smartphone view?

    And for all who can’t find the quick css field, it’s the one in the Enfold Child Options at the bottom under general sytling with the palette icon.
    cheers
    Markus

    #619910

    Hi, already found something:

    @media (max-width: 900px){
    div#layerslider_3 {
    width: 100% !important;
    }

    that works

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘layerslider width 80% with fixed sidemenu on the left side don't work!!’ is closed to new replies.