Center Align Tables

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 15, 2013 3:51 pm
Reply with quote
Report this post
I created a table with center alignment and the table aligns left. No matter which setting I use (right, center), the table defaults to the same position. How can this be fixed?

Thanks
User avatar
Fresh Boarder

GK User
Wed May 15, 2013 4:11 pm
Reply with quote
Report this post
Hi,
can you give us url to your website? It will be much easier to help you.
User avatar
Gold Boarder

GK User
Wed May 15, 2013 4:22 pm
Reply with quote
Report this post
http://carwashgenie.net/program-detail

The item that isn't being centered is the price table at the bottom of the page.

The site isn't live, so I will keep it open just enough so you can take a look.
User avatar
Fresh Boarder

GK User
Thu May 16, 2013 8:19 am
Reply with quote
Report this post
Price isn't centered because next to price you have '/ month ' if you don't need it just please add to overide.css
Code: Select all
.gkPriceTable dd.gkPrice small {
display: none;
}

Remember to enable override.css option in template settings.
and then price will center.
User avatar
Gold Boarder

GK User
Thu May 16, 2013 1:57 pm
Reply with quote
Report this post
Didn't work, but nevermind, I'll just deal with it as it it.
User avatar
Fresh Boarder

GK User
Fri Jul 19, 2013 1:51 am
Reply with quote
Report this post
I'm having the same problem with an added button underneath the last text beneath the price tables. It doesn't center.

Here my extra code beneath the three boxes:

<h3 style="text-align: center;">Individuals</h3>
<p class="gkCentered">You can take the Challenge on your own. Find out more by clicking the button below.</p>
<p style="text-align: center;"><a class="button" href="#" style="text-align: center;">Individual Challenge Info</a></p>
<p class="gkCentered"> </p>
User avatar
Gold Boarder


cron