Spun mobile positioning

  • Unknown's avatar

    Hello! I am currently working with the Spun theme. I am very happy with the positioning in the full screen mode. Unfortunately, the responsive mobile theme is skewed to the left. This includes widgets in the footer too.

    How should I tackle this using CSS, in a manner which translates well to many devices?

    The blog I need help with is bathtubbran.com.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The main content seems to be centered fine but some of narrow widgets do sit to the left, you can fix them by adding this code:

    .widget-column iframe,
    .widget-column input{
      display:block;
      margin:0 auto;
    }
  • Unknown's avatar

    That worked wonderfully! Thank you so much!

  • The topic ‘Spun mobile positioning’ is closed to new replies.