Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #237863

    Enfold, latest version on latest Chrome Win7 — when you resize the browser to less than 768px and select some text and drag to the right, the page scrolls to the right revealing the hidden desktop nav etc.

    This is happening on your demo site and this site too.

    I noticed this while trying to create a custom blog page in the builder that allows the post text and image to fill up the entire avia flex_column, i.e. 100%. However, there seems to be a bunch of max-width rules that have a domino effect trying to modify.

    Do you guys have a simple blog format where post content is all set to 100% and no max-widths? I could make one of my own but I’m sure I’ll notice a problem with it in the future :)

    Thanks!

    #237914

    Hi,

    You can try the “Blog Single Author Fullwidth” with this CSS added:

    #main .main_color * {
        width: 100% !important;
        max-width: 100% !important;
    }
    

    Cheers!
    Josue

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