Width and alignment issues
-
Hello,
Great theme!
However, im having a small issue with width and alignment on one of my pages, the page is;
https://thetenthyard.co.uk/portfolio/plans
I have figured out how to make the pricing plan table wider, but in doing so the alignment is off to the right.
I have had a fiddle with some custom CSS and tried to re-align it but i cant seem to find the right div.tag to move it (I call them div tags, might be called something else in the web develop world?)
I managed to change the entire sites alignment but this is not what im after, i just want the pricing table centred.
So far I have used this CSS to increase the width of the table, but when I add Align: center; nothing happens
div.ptp-pricing-table {
width: 1000px !important;
}Any help much appreciated.
- The topic ‘Width and alignment issues’ is closed to new replies.