- This topic has 9 replies, 2 voices, and was last updated 7 years, 11 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.
🙂
Image Gallery WordPress Plugins Powerful and feature – packed image gallery WordPress plugins are assembled here. They are suitable for photographers, designers, artists, freelancers, photo […]
Charts and Graphs WordPress Plugins If you have a laser trained focus on the optimization of your WordPress site in terms of content presentation, data […]
Speed Up Your Website with our Tailored Performance Optimization Strategies At SKT themes, we have a bunch of expert developers who specialise in WordPress speed […]