Mobile version not centered

Homepage Community Forums Aspire Theme Support Mobile version not centered

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21999
    Mikesoca
    Customer

      Hi,

      When I pull up the mobile version, it looks off to the side where before it was centered. I had someone put in a mail chimp form now its off center. How can I fix this…


      MS

      #22000
      Mikesoca
      Customer
        #22003
        Wes
        Moderator

          I’m looking at your CSS and it appears the Mobile Part of the CSS isn’t showing Priority like it does in the Demo.

          This is part of the code that changes the width from 700px (fixed width) to 100% –

          @media only screen and (max-width: 960px) {
          
          	.site-inner,
          	.wrap {
          		max-width: 768px;
          	}
          
          	.content,
          	.content-sidebar-sidebar .content,
          	.content-sidebar-sidebar .content-sidebar-wrap,
          	.sidebar-content-sidebar .content,
          	.sidebar-content-sidebar .content-sidebar-wrap,
          	.footer-widgets-1,
          	.footer-widgets-2,
          	.footer-widgets-3,
          	.sidebar-primary,
          	.sidebar-secondary,
          	.sidebar-sidebar-content .content,
          	.sidebar-sidebar-content .content-sidebar-wrap,
          	.site-header .widget-area,
          	.title-area {
          		width: 100%;
          	}
          

          When the site is loaded on a mobile sized browser, the width is changed to a percentage so it can adjust with the browser. I’m not sure what’s preventing it from using the responsive CSS. Are you using a CSS minifier or something related? If so, can you temporarily turn it off and then let me know so I can check the results?

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