NEED HELP! IMAGES NOT SHOWING ON MOBILE DEVICES
-
Hi,
I’m having a problem with my site http://juvseo.com, actually it works fine on desktop computers/laptops but with MOBILE DEVICES its a mess. :(
My top banner image is not showing on my iphone5 and ipad2 device. Even some background images that I used for OPT IN section, and bottom images for contact information.
Please help! My current theme is Cordillera by Magee Themes.
Here is the default CSS on my theme:
.top-banner-caption h1 {
font-size: 8em;
}.top-banner-caption h2 {
font-size: 5em;
}@media screen and (max-width: 1024px) {
.top-banner-caption h1 {
font-size: 6em;
}
.top-banner-caption h2 {
font-size: 4em;
}
}@media screen and (max-width: 768px) {
.top-banner-caption {
margin-top: 100px;
}
.top-banner-caption h1 {
font-size: 5em;
}
.top-banner-caption h2 {
font-size: 3em;
}
}@media screen and (max-width: 640px) {
.top-banner-caption h1 {
font-size: 4em;
}
.top-banner-caption h2 {
font-size: 2em;
}
}I don’t know how to tweak it because I have a little knowledge in CSS. So I hope someone can help me.
Thank you
The blog I need help with is: (visible only to logged in users)
-
-
I’m afraid you’re in the wrong forum. This support forum is only for free WordPress.com blogs. You appear to have a self-hosted WordPress.ORG install. WordPress.com and WordPress.org are completely separate and different: http://en.support.wordpress.com/com-vs-org/
Please visit the WordPress.org support forum for assistance as we won’t be able to help you here: http://wordpress.org/support/ If you don’t already have a username on that forum, click the register button in the upper right corner so you can post in that forum.
-
Ohhh okay. Sorry i didn’t know. But now, I’m registered but can’t find a way to post a thread to make a post so that I can solve the problem on my site.
-
Once you’re logged in to WordPress.org, go to the support forum: http://wordpress.org/support/
You have to pick the appropriate forum from the list on the right. Once in the forum you’ll see a new post button.
I can’t help you any more than that as I’ve never posted in those forums and don’t know how they work.
-
- The topic ‘NEED HELP! IMAGES NOT SHOWING ON MOBILE DEVICES’ is closed to new replies.