Forum Replies Created
-
AuthorPosts
-
Hello Support how do I increase the height of the slider in mobile view, web address is also http://dalco.wordpresswebs.com, also I donot get the description to diplay in mobile horizontal view, any ideas?
If you look at the thread it’s all explained above clrearly and the link is also there
Guys I’ve already done this but here it goes again:
http://m.emsoc.net
This is what I have in my Custom CSS Box, and it throws off the other settings
@media screen and (max-width:479px) {
#footer, #copyright { width:365px !important; margin:auto;}
}@media screen and (max-width:767px) and (min-width:625px) {
#footer, #copyright { width:625px !important; margin:auto;}
}@media screen and (max-width:999px) and (min-width:768px) {
#footer, #copyright { width:768px !important; margin:auto;}
}#footer{width:1000px !important; margin:0 auto !important;} #copyright{width:1000px !important; margin:0 auto !important;}
I have added this and it works for the desktop view but it throws off the mobile, mobile horizontal and tablet views once I add this, please see for youirself,
http://m.emsoc.net
In full desktop view I want it to line up as in the other mobile, mobile horizontal and tablet views where footer and copyright line up rather than stretch out past the margines of the sections above(Body and header).
-
AuthorPosts