Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #666546

    Hi,
    I need this element without padding left and right …I need it 100% wide as my phone screen. It´s possible?
    Thak you

    #666555

    Hey teotaban,

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

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding: 0!important;
    }}
    

    Best regards,
    Yigit

    #666622

    Thanks …it´s working :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘smartphone layout wide 100%’ is closed to new replies.