Feature Alignment in Mobile

Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #13379
    zackrh
    Member

    I’m using the Features block, it looks great on desktop, but it’s left justified on mobile instead of centered like everything else. Any way to fix this?

    Thanks!
    Zack

    #13393
    Raghavendra
    Moderator

    I see that it is indeed centered in our demo site – https://www.livemeshthemes.com/fitpro/. Can you pls post a link to your site via a private message so that we can take a closer look?

    #13396
    zackrh
    Member
    This reply has been marked as private.
    #13403
    zackrh
    Member

    I also have a hard time pulling the site up on mobile phones. Sometimes it works fine, other times it won’t load at all. Always works fine on desktop, just really inconsistent on mobile. Any advice for this too?

    Thanks!

    #13420
    Raghavendra
    Moderator

    Looks like the wpfc-minified plugin is minifying the CSS and altering the flow and hence there are certain errors in the layout. I can suggest a quick fix for this issue but I would like you to disable this once since in my experience, they don’t always work well. Pls use caching plugin like WP Super Cache but avoid minifying plugin at least until you complete development.

    #13477
    zackrh
    Member

    Thanks, I deactivated that plugin. I’m still seeing the alignment off on mobile though. Any idea how I can center it? Thanks for all your help.

    #13496
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    @media only screen and (max-width: 479px)
    {
    #services .entry-snippet {
      width: 100%;
    }}
    
    #13502
    zackrh
    Member

    That worked! Thanks so much. Any tips on speeding up page speed? I tried the wp super cache but get the blank screen after installation.

    #13524
    Veena
    Moderator

    Reduce the number of plugins you use on your site.Too many plugins slow your site, create security issues, and often cause crashes and other technical difficulties.Then weed out any plugins that slow your site speed.Try selectively disabling plugins, then measuring server performance. This way you can identify any plugins that harm your site speed.

    Pls go through this link – http://www.sparringmind.com/speed-up-wordpress/

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Feature Alignment in Mobile’ is closed to new replies.