Mobile Responsive

Homepage Community Forums Ally Theme Support Mobile Responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6268
    streetball
    Customer

      Hi, for some reason I can not get the ally theme to be mobile responsive when i click on a blog post.
      ex: http://streetballblog.com/team-streetball-enters-and1-summer-remix-tournament/
      any thoughts?
      thank you

      #6273
      Eric
      Customer

        Yeah there’s something in your code somewhere that’s causing that section’s width to appear small. You can look around line 956 in your css and either remove the overflow: hidden;….or add 100% width. Either way will work –

        .entry-content {
        	overflow: hidden;
        	width: 100%;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #6475
        streetball
        Customer

          thx!

          #6483
          Eric
          Customer

            You’re Welcome


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Mobile Responsive’ is closed to new replies.