Home › Forums › All Other Themes › Formatting Issues
- This topic has 3 replies, 2 voices, and was last updated 5 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
April 6, 2018 at 3:04 pm #98621
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?
April 9, 2018 at 5:20 am #98678Hi,
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,
ChrisApril 9, 2018 at 12:53 pm #98749Thanks 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!
MarcieApril 10, 2018 at 5:04 am #98776Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.