Home › Forums › All Other Themes › widen white box
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by
Forum Moderator.
-
AuthorPosts
-
June 29, 2017 at 7:32 am #76731
Theme: Welder Pro
http://mysbiz.com/MDElectric/How to I center and widen the white box in “Our Services” section?
https://snag.gy/GWK2dY.jpg
June 29, 2017 at 7:49 am #76733Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.sec-wrap-one { margin:0 auto; text-align:center;} .feature-box { float:none !important; display:inline-block !important; margin-right:0 !important;}
Regards,
ChrisJune 29, 2017 at 7:52 am #76734Thank you. It centered the box, but not widen the box.
June 29, 2017 at 7:56 am #76736Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.feature-box { width:80%;}
Regards,
ChrisJune 29, 2017 at 7:57 am #76737worked, thanks!
June 29, 2017 at 7:58 am #76739Hi Laura,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/7/
Regards,
ChrisJuly 6, 2017 at 7:41 am #77420Thank you. It worked, but to center the text I “indented” the text. It looks good via desktop, but not mobile.
https://snag.gy/pe3HfB.jpg
July 6, 2017 at 9:04 am #77426Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .feature-box h4 { padding-left:0 !important;} } @media screen and (min-width:768px) and (max-width:1023px) { .feature-box h4 { padding-left:100px !important;} } @media screen and (min-width:1024px) and (max-width:1100px) { .feature-box h4 { padding-left:260px !important;} }
Regards,
ChrisJuly 6, 2017 at 10:34 am #77471worked, thank you.
July 6, 2017 at 10:59 am #77480🙂
-
AuthorPosts
- You must be logged in to reply to this topic.