- This topic has 9 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › widen white box
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
Hi,
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,
Chris
Thank you. It centered the box, but not widen the box.
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.feature-box { width:80%;}
Regards,
Chris
worked, thanks!
Hi Laura,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/7/
Regards,
Chris
Thank 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
Hi,
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,
Chris
worked, thank you.
🙂
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]