Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7387

    The layout “No sidebar, One column” doesn’t work as RESPONSIVE.

    #7417
    Sakin
    Keymaster

    @actiondreamer: thanks for reporting the issue and we will release the update soon. For now please add the following css in “Appearance => Theme Options => Custom CSS” box.
    `

    @media
    screen and (max-width: 767px) { .one-column #page { max-width: 480px; } }

    @media
    screen and (max-width: 479px) { .one-column #page { max-width: 320px; } }

    @media
    screen and (max-width: 319px) { .one-column #page { max-width: 100%; } }
    `

    #7574

    It works!

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No sidebar, one column NOT RESPONSIVE’ is closed to new replies.