Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #860488

    Hello,
    I have a problem with mobile responsiveness, but only on my home page. First three section are not displaying correctly on mobile. I added this quick css:
    @media only screen and (max-width: 767px) {
    .home .av_one_half {
    width:100% !important;
    }

    .home #footer .av_one_third {
    margin-left: 0 !important;
    width: 100% !important;
    }
    }

    It worked for last three sections and footer, but it didn’t work for first three sections. Could you please help me with that?

    Thanks in advanced!

    #860593

    Hey,

    Please use following code instead

    @media only screen and (max-width: 767px) {
    .home .flex_column { width: 100% !important; margin-left: 0 !important; }}

    Regards,
    Yigit

    #860602

    Hey,

    thank you very much! That worked perfectly for all color sections. However, it didn’t work for Grid Row. Could you please help me with that, as well?

    Best,
    Tara

    • This reply was modified 6 years, 7 months ago by spavli2.
    #860607

    Hi Tara,

    You should edit your Grid Row elements and choose to display each cell on its own on mobile :)
    Regards,
    Yigit

    #861851

    Hi,
    I did that, but it didn’t work.

    I set:
    Default: Each cell is displayed on its own.
    under
    Mobile Behaviour
    Choose how the cells inside the grid should behave on mobile devices and small screens

    Two cells are still displayed one beside other.

    Thanks,
    Tara

    #861865

    Hi Tara,

    Can you please create a temporary admin login and post it here privately so we can look into it? Also, please point out the page where you are experiencing the issue.

    Best regards,
    Yigit

    #861932

    Please find account details in private section.

    Page title with the problem is: Domov

    #862137

    Hi!

    Can you please post a link to your website as well? :)

    Best regards,
    Yigit

    #862345

    Sorry,
    Page link: http://www.bistudio.si/

    #863164

    Hi,

    Some of the sections are outside the wrap_all or main container, that’s why they are not responding correctly. Please move all the elements or set of elements inside their own color sections specially the columns.

    Best regards,
    Ismael

    #863428

    Hi,
    Thanks for help. It works if I put color section before grid row, but then I have white and empty section between fullwidth easy slider and grid row.
    On other hand, i can not put grid row inside color section. Any other suggestion?
    Can I make color section height 0px, so it is not visible?
    Best,
    Tara

    • This reply was modified 6 years, 6 months ago by spavli2.
    #863880

    Hi Tara,

    We can hide a Color Section with CSS if you like, could you point out what you would like hidden on the site please?

    Best regards,
    Rikard

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