Mobile Version

Home Forums Blog Express Mobile Version

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4542
    Anonymous
    Inactive

    Hello guys, I am trying to set this theme on my blog, but I noticed that on the mobile version the 2 columns showing the posts are not good to the reader, the title gets very broken, making it difficult to read. Is there any way the desktop version has 2 columns and the mobile version stay only one?

    #4543
    Axle Support
    Moderator

    Hi @liviahm

    Please go to Appearance -> Customize -> Additional CSS and add CSS provided below.

    @media screen and (max-width:551px) {
        
        .blog.archive-layout-grid .hentry.post, 
        .archive.archive-layout-grid .hentry.post {
            width:100%;
        }
    }

    We will fix this problem in next update of the theme. Please stay touched.

    #5201
    Anonymous
    Inactive

    I think its great now!!
    Thanks!

    #5269
    Axle Support
    Moderator

    Hi @liviahm

    Will you help us too? Please open this link and drop few lines about the theme and support you got along with star rating.

    Thank you in advance.

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