cschnell Posted November 24, 2013 Share Posted November 24, 2013 I've been having trouble with how my site appears on a mobile and I've been advised that the "width" param for my blocks are not defined. I don't have coding knowledge. Can anyone help me configure it so it adjusts for smartphones and mobiles? shop.panamalifestyle.ie This is very urgent as I was supposed to go live last week Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 24, 2013 Share Posted November 24, 2013 #header { display: block; background: url(../img/headerBg.png) repeat-x; height: 169px; text-align: center; } #columns { overflow: hidden; background: url(../img/black/columnsBg.jpg) repeat-x; padding: 0 0 10px 0; text-align: center; } #page + body try to add width params for styles above btw. why not to use mobile theme? Link to comment Share on other sites More sharing options...
cschnell Posted November 24, 2013 Author Share Posted November 24, 2013 the client doesn't want to use a mobile theme they want it to show like the normal site..would be easier I know... i don't know how to add width params for styles. I don't know coding well enough for it. can you help me write what i need to add in so it resizes for mobiles correctly? thanks Link to comment Share on other sites More sharing options...
vekia Posted November 25, 2013 Share Posted November 25, 2013 well, im not 100% sure that it will work, im only guessing, code i mentioned above is a part of global.css file you can find code there easily, then define width params. remember to clear browser cache (on mobile) before test Link to comment Share on other sites More sharing options...
cschnell Posted November 25, 2013 Author Share Posted November 25, 2013 ok i really don't understand the code etc can you reply with the code that i would need to put in to the global css as I just tried something and it made it worse?? I need the exact code that needs to go in and where otehrwise I won't be able to do it Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now