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

    On my Enfold Full-Width-Layout I use “Image with hotspot” and “Partner Slider”. The “Image with hotspot” is not full width an have 50px space on top, the “Partner Slider” is not fullwith. Both I have seen on your example, and there was both full width and without 50px on top (Image with hotspot). I think I do something wrong, but I don’t know what. Hope you can help me.

    #429670
    This reply has been marked as private.
    #429693

    Hi!

    Please place your elements that you would like to display fullwidth inside a color section with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
    and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }

    Cheers!
    Yigit

    #429766

    Hey Yigit,

    thank you fpr your answer!
    I have do so but the logo-carousel is still not foll width.
    But after I do that for the logo-carousel, the image with hotspots is full width – funny.
    Take a look at teh screenshots please…
    Logocarousel in colorsection
    Code for colorsection and logocarousel
    Hotspot full width without colorsection

    Kind regards
    Mike

    #430135

    Hi!

    Please try the following as well:

    #patnerlogos .responsive .container {
      max-width: 100% !important;
    }

    Regards,
    Rikard

    #430229

    Hi Rikard,
    thank you for your answer!
    It works without important! verry well, the only thing was,
    that I can’t write german an forgotten the first “r” in the
    ID-Name – patnerlogos instaed partnerlogos ;)

    Best Regards
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Components not full width’ is closed to new replies.