- This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month 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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]