Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1046263

    Hello,
    i’m designign a new website for one of our client.
    I’ve an issue with mobile breakdown. 4 column became 2 column 2 rows but the problem is that it doesnt have the full width.

    How it should be
    right

    How actually is
    wrong

    How can i fix it?
    THank you

    #1046950

    Hello, any hint?

    #1047578

    Hi,
    Sorry for the late reply,
    Please include a url to the page with the issue, so we can examine.

    Best regards,
    Mike

    #1047602

    Hello Mike,
    this is the link of the preview
    gourmeta

    if you try a resolution less than 990 pixel you’ll see the problem.
    Let me know
    Thank you

    #1047724

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .post-entry-330 .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div {
        clear: none !important; 
    }
    }

    Best regards,
    Mike

    #1047736

    Thank you Mike,
    have a nice day :)

    #1047783

    Hi SurigliaStudio,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1052266

    Hello,
    the css seems not working anymore. Plus i need this fix not only on this page but in all pages where the 4 column is. Actually i don’t understand why is broken in the first place.
    Please let me know.
    Thank you

    #1052267

    Nevermind. I found a way to fix it.
    Thanks

    #1052462

    Hi SurigliaStudio,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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