Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #491132

    I have the latest version of the theme (today’s) and I can’t figure out why halfway down my single-page layout home page it loses responsiveness and styling.

    #491804

    Hi Bricar77,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #after_section_5 .av_one_half {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    #492386

    Is this something fixed in the new theme version that just came out today?

    That seems like a piecemeal fix to a theme bug and it doesn’t solve all of the issues. The footer, for example, still loses responsiveness, and the color of the title for the last section isn’t using the custom color from the back end.

    #492679

    Hi,

    It happens because of the dynamics of the builder and it usually just happens to a single page or post here and there, so it’s not a site wide problem. Please try the following to fix the footer as well:

    @media only screen and (max-width: 767px) {
    #footer .av_one_third {
        width: 100% !important;
    }
    }
    

    Best regards,
    Rikard

    #493166

    This is just really a mess.

    -If you force the footer third to 100% width then you have to add another !important customization if you’re using the facebook likebox.
    -I’m having to force color on a single h2 that isn’t taking my custom color through the advanced layout builder.
    -?iframe=true doesn’t work on 2 buttons but works on others

    I can spend hours customizing css media queries to make this work, but I shouldn’t have to with a premium theme that cost me $59. Is there something particular about my layout that is breaking the css for the rest of the page?

    #frustrated

    #494015

    Hi!

    maybe there is a conflict with a plugin, so please try to deactivate all of them to see which one is causing problems.

    Cheers!
    Andy

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