Mobile responsiveness no longer working correctly

Homepage Community Forums Epik Theme Support Mobile responsiveness no longer working correctly

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9245
    financialseo
    Customer

      Please check out this link on your mobile http://studentloanbs.com

      I am still working on the site even though it is live since it is a new domain.

      The mobile responsiveness was working great until I pulled the site up on my phone tonight and now part of it is responsive and it looks all screwed up.

      The only thing I have changed in the editor was adding a line of code that was suggested to remove the box under the comments about the different html that was allowed.

      Any ideas? thanks

      #9246
      financialseo
      Customer

        Never mind. I fixed it.
        It was a code I added in the CSS trying to change the link color on the Black theme and I forgot to erase it. That was what was screwing it up. Speaking of changing the link color, how do I do it with the black theme? The code seems to be a little different in the CSS with the black than with the others.

        Thanks

        #9249
        Wes
        Moderator

          It looks like you removed the code for all of the color styles. It should be .epik-black (for example), and it’s showing up as .-black which is why none of the colors are working.

          I also see that the theme name was removed from the top of the css file as well. If you’re going to remove it, I would rename it instead of leaving it blank, just in case it causes any errors in WordPress….same goes for all of the other areas of the css and other files that use the name “epik”

          #9250
          financialseo
          Customer

            Wow, I am not sure how I managed to erase the word epic in the entire style sheet. I think I should just grab a fresh install on another domain, copy the original style sheet and paste it. It appears to be working but it could cause some problems as you mentioned.

            Once I fix that could you tell me how to change the link color in the black theme so I don’t screw it up again trying to figure it out on my own? 馃檪

            Thanks.

            #9254
            Wes
            Moderator

              Yes the black theme just uses the default link color since it’s already black. You can add this to your css in the black section if you want (or you could add it in your own custom section) –

              .epik-black a {
                  color: #000;
              }

              You can change that color to whatever you need. If you want it to look bolder then you could add font-weight like this –

              .epik-black a {
                  color: #000;
                  font-weight: 700;
              }
              #9286
              financialseo
              Customer

                Thanks Wes, got it all working great now.
                Still have no idea how I deleted the word epik throughout the entire stylesheet, but just copied and pasted a clean one and made your changes and it worked perfect.

                #9287
                Wes
                Moderator

                  You’re Welcome!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Mobile responsiveness no longer working correctly’ is closed to new replies.