Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352634
    Jonas
    Guest

    Hi there,
    i am using some grid rows for my website. I attached the link in the private Content area.

    i have the problem, that my Grid rows are less wide, that all other Elements on MOBILE VIEW.
    Is there any way, to force all Grid rows gloally to be 100% wide on mobile too?

    When you test it… i have a little white frame around my website, so it should be a little white space anyway. But the space right now is way too big.

    Thank you for your help!

    Best Regards
    Jonas

    #1352706

    Hi Jonas,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

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

    Best regards,
    Nikko

    #1353056
    Jonas
    Guest

    Hi Nikko,
    perfect, did the Job!
    Thank you very much :)

    Best regards,
    Jonas

    #1353074

    Hi,
    Glad Nikko was able to help, if you have any further questions please login and create a new thread in the Enfold support fourm and we will gladly try to help you. Please do not use the Pre Sale Questions section for support questions. Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Grid row 100% widht on mobile’ is closed to new replies.