Home › Forums › Pathway Forum › Character Theme Question
- This topic has 12 replies, 2 voices, and was last updated 7 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 16, 2017 at 9:03 pm #65736
Is it possible to make this theme have a boxed layout option?
March 17, 2017 at 6:49 am #65769Hi,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#main{width:1170px; margin:0 auto !important;}
Regards,
DaveMarch 17, 2017 at 6:05 pm #65898The footer does not fit correct when I had this code. Also the header is ok but it also does not fit correct if I make it smaller then 1170px.
March 20, 2017 at 5:01 am #65989Okay so was your issue resolved?
March 20, 2017 at 1:12 pm #66102No, is there away to make everything on the screen fit correctly? When I put the code it screws everything up.
March 20, 2017 at 1:19 pm #66105Hi,
Add this code in Custom CSS Box:
#main{width:1170px; margin:0 auto !important;}
.container{width:100% !important; padding:0 20px !important; box-sizing:border-box;}Regards,
DaveMarch 20, 2017 at 1:28 pm #66106online it looks good, but mobile wise everything looks really small
March 20, 2017 at 1:30 pm #66110homestagingpro.ca
March 20, 2017 at 1:30 pm #66111Kindly show us your website URL.
Regards,
DaveMarch 20, 2017 at 1:47 pm #66117http://homestagingpro.ca/
March 21, 2017 at 5:03 am #66166Hi,
Add this code in Custom CSS Box:
@media screen and (max-width:767px) { #main{width:auto !important; margin:0 !important;} #wds_container1_0{width:100% !important;} }
Regards,
DaveMarch 21, 2017 at 2:44 pm #66258Everything seems to work! Thank you Dave for the great customer service. SKT Themes is a top notch theme provider.
March 22, 2017 at 4:49 am #66291If you found our service good kindly review us here:
https://www.sktthemes.org/forums/topic/reviews-and-testimonials/ -
AuthorPosts
- The topic ‘Character Theme Question’ is closed to new replies.