- This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Formatting Issues
Hello!
I am having difficulty changing the header color and centering the table on this page:
http://beta.fastrac-usa.com/pricing/
Also, I’m having an issue with formatting in the “our services” section on the homepage. The box sizes do not display in a uniform manner on mobile. http://beta.fastrac-usa.com/
Can you help?
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.su-table.su-table-responsive table { width: 60% !important; margin: 0 auto !important;}
@media screen and (max-width:479px) {
.boxpattern-1 { width:100%;}
.su-table.su-table-responsive table { width:100% !important;}
}
Regards,
Chris
Thanks Chris!
That fixed the mobile formatting issue on the homepage.
I am still having difficulty with the table on the internal pricing page here: http://beta.fastrac-usa.com/pricing/
How can I center the table on the page and change the header row fill color to black?
Thanks!
Marcie
Hi,
Remove:
.su-table.su-table-responsive table { width: 60% !important; margin: 0 auto !important;}
@media screen and (max-width:479px) {
.boxpattern-1 { width:100%;}
.su-table.su-table-responsive table { width:100% !important;}
}
Add this new code there:
.su-table.su-table-responsive table { display:table !important;}
@media screen and (max-width:479px) {
.boxpattern-1 { width:100%;}
}
Regards,
Chris
Free WordPress Carousel Plugins Here is the best free WordPress carousel plugins that you need to know: Are you thinking of giving your WordPress website […]
Appointment Booking Plugins for WordPress Running a service-based business without proper scheduling tools feels like juggling flaming torches while blindfolded. You’re constantly switching between phone […]
Yoast vs All in One SEO: Which SEO WordPress Plugin is Best? You’ve built a fantastic WordPress website. The design is sleek, the content is […]