Home › Forums › All Other Themes › Media Screen Responsive width
- This topic has 8 replies, 2 voices, and was last updated 8 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
March 9, 2016 at 3:08 am #26074
Hello Support I received the following code:
——————————————–
@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;}
}
——————————————–My Mobile, Mobile Horizontal, & Tablet Responsive view all work, but my desktop is not, what do I have to do to add to this code to get the footer & copyright sections signed up with the body and slide above as in the other devices, web address is http://m.emsoc.net
Thanks
March 9, 2016 at 1:09 pm #26154Hi Oliver,
Do you want footer and copyright section in a container just like the above sections?
Regards,
BradMarch 9, 2016 at 5:20 pm #26203In 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).
March 10, 2016 at 5:55 am #26266Hi Oliver,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
#footer{width:1000px !important; margin:0 auto !important;}
#copyright{width:1000px !important; margin:0 auto !important;}Regards,
BradMarch 10, 2016 at 8:32 am #26292I 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
March 10, 2016 at 8:34 am #26293This 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;}
March 11, 2016 at 7:08 am #26427Hi Oliver,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradMarch 11, 2016 at 8:18 am #26440If you look at the thread it’s all explained above clrearly and the link is also there
March 11, 2016 at 9:04 am #26445Hi Oliver,
I have looked at your website and asking about to send admin details. Your website has a horizontal scroll on mobile. It is difficult for me to send a responsive code to you and hence i need a admin details so that i can fix the responsive issue.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.