Quote:
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;
}
}