• Resolved jimithing007

    (@jimithing007)


    The latest update (3.0.2) is causing issues with the mobile version. Desktop and tablet look just fine, but on the mobile version, instead of all the posts being stacked on top of each other, there are two posts per row now squeezed together.

    I’m in WordPress 5.7.1. WP Rollback only allows me to roll back to v 1.5 for some reason, so I have not rolled back.

    I have not changed any settings. This URL is a staging site: https://lgm.536.myftpupload.com/blog/
    My live site is running v3.0.1 and it looks fine.

    [ Please do not bump. ]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jimithing007

    (@jimithing007)

    I believe I discovered that the issue is with the Evolution template. I switched over to the Classical template and it works fine. The Evolution template wants to make the mobile version two columns.

    I am using the Classical template now and I’m not having any issues.

    Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi @jimithing007

    We are glad to know that you are using one of our product – Blog Designer plugin with your WordPress website.

    I have checked your support query and noticed that you have some css related issue with the plugin.

    So, please follow instructions below.

    1. Go to the Blog Designer plugin setting and click General Settings tab.
    2. Find there Custom CSS section at the end of the page.
    3. Add below custom CSS code and save layout settings.
    @media screen and (max-width: 640px){
    .bdp_blog_template.evolution{
    width: 100%;
    }
    }

    Now check your website once.

    Let me know if you have any further query using it.

    Thread Starter jimithing007

    (@jimithing007)

    I have moved on using the Classical template, which has been working great.

    However, I did switch back to the Evolution template to try your resolution above. I input your CSS code, and it worked fine.

    Thanks!

    Plugin Contributor khushbu padalia

    (@khushbupadalia)

    Hi @jimithing007

    Happy to know this.
    Thank you and regards,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Latest update causing issues with mobile version’ is closed to new replies.