Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929010

    Hi support team,
    I need a fullwidth container on smartphones for the slider on this page displays fine:

    Here is my quick css (page id 308 is for english version):
    @media only screen and (max-width:889px) {#top.home .content, #top.page-id-308 .content{padding-top:0} #top.home .responsive #top #wrap_all .container, #top.page-id-308 .responsive #top #wrap_all .container {width: 100%!important;max-width: 100%!important}}
    Can you help me?

    #929515

    Hey imagevo,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-308 .main_color .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    Best regards,
    Rikard

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