Mobile/Responsive Themes for WP & Non-WP Sites

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AllVixen
    Registered User
    • Sep 2010
    • 11

    #1

    Mobile/Responsive Themes for WP & Non-WP Sites

    It appears that I need to look into updating all of my adult sites, both WP and non-WP, so that they are more mobile friendly so I am here to see if anyone has any good suggestions as to where to find good mobile or responsive type themes.

    I have done a search and am not real thrilled with anything that is out there.

    I have absolutely no skills at making my own, but I have been able to modify the css files for standard WP themes and I cannot figure out how to modify the new responsive themes to suit my needs.

    Is there anyone here that can help me out a bit? I am at my wits end fussing over this and I could really use some sound advice and guidance.

    Many thanks . . .
  • pminus
    Confirmed User
    • Jun 2015
    • 51

    #2
    Originally posted by AllVixen
    It appears that I need to look into updating all of my adult sites, both WP and non-WP, so that they are more mobile friendly so I am here to see if anyone has any good suggestions as to where to find good mobile or responsive type themes.

    I have done a search and am not real thrilled with anything that is out there.

    I have absolutely no skills at making my own, but I have been able to modify the css files for standard WP themes and I cannot figure out how to modify the new responsive themes to suit my needs.

    Is there anyone here that can help me out a bit? I am at my wits end fussing over this and I could really use some sound advice and guidance.

    Many thanks . . .
    the part inside of the css file you need to pay attention to looks like this:

    Code:
    @media screen and (max-width: XXXpx) {
        selector {
            background-color: pink;
        }
    }
    PM me for programming work
    or
    Click here to request a quote!


    Don't cry, work! Or GFY!

    Comment

    Working...