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

    Hi,

    Love the theme but I’m using a grid and it looks great on PCs but not so great on mobile portrait view. Check out the home page – scroll down – on mobile portrait view and you will see the problem. The margin is way too narrow and the content is not displaying correctly. Please help.

    Thanks,
    Gabe

    #696801

    Hey connect4consulting!

    Thank you for using Enfold.

    The color sections and grid rows starting from “about-meliker-realty” are outside the wrap_all container which breaks the responsive layout of the page. Please make sure that all elements or set of elements are inside their own color sections.

    Cheers!
    Ismael

    #696897

    Ismael,
    How do I get them inside the wrap_all container?
    Thanks,
    Gabe

    #696898

    login credentials in the private content

    #697037

    Hey!

    You have to drag n drop everything around, so they can be on the same Color Section, based on how you want to use them.
    If you move the elements around, you will do find what is not correct and how it can be fixed.

    Let us know if we can do anything else for you.

    Best regards,
    Basilis

    #697058

    How do I drag the flex column – grid inside a color section?

    #697070

    The problem I’m having is with the testimonials when viewed in mobile portrait view. The margin is way too wide.

    #697598

    Hi,

    We added the following code in the Quick CSS field:

    @media only screen and (max-width: 989px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    }

    This will force the cells to go on top of each other when the screen size is lower than 1024px or when viewing on tablet and phone screens.

    Best regards,
    Ismael

    #697905

    Ismael,

    Thanks but this still doesn’t fix the testimonials section on a mobile device. Can you take a look at the home page and then scroll down to the testimonials? You’ll see that there is no adjustment for screen size so there’s only one word per line and tons of margin space. How do I fix that?

    Thanks,
    Gabe

    #698593

    Hi!

    Decrease the font size of the testimonial content.

    @media only screen and (max-width: 767px) {
        .avia-testimonial-content p {
            font-size: 12px;
            line-height: 1.5em;
        }
    }

    Best regards,
    Ismael

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