-
AuthorPosts
-
May 27, 2014 at 7:43 am #270411
Hi, I added a table for our pricing structure using the short code and it is too big, is there any way I can change the table size, being font and overall size, please check this link so you can see what I mean
http://test.uych.vic.edu.au/?page_id=3198
Reducing the word count is not an option because we have to be compliant due to government regulations. Can you reduce it using CSS and if this can be done can you please supply the code as I am not developer, just mere graphic designer.
cheers KinnearMay 27, 2014 at 12:00 pm #270473http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
For the table headings:
.page-id-3198 .avia-table th { font-size: 10px; font-weight: normal; padding: 3px; text-transform: none; }
For others:
.page-id-3198 .avia-table td { font-size: 10px; padding: 3px; text-transform: none; }
The page ID is to make the changes for this page only.
You can simply remove, add or edit the properties above.For more about properties to change your text see:
http://www.w3schools.com/css/css_text.asp
http://www.w3schools.com/cssref/pr_font_font.aspFor the padding see:
http://www.w3schools.com/css/css_padding.aspMay 27, 2014 at 12:22 pm #270479And you don’t have to be a great developer to work with CSS.
I’d say you can get the basics within an hour and learn all you need within 1 day.You can learn everything here: http://www.w3schools.com/css/default.asp
All chapters you need are on the left side “CSS Home” to “CSS How to” Everything after that are more like examples of what you can do.If you learn that, you can do pretty much anything you need using those 2 references:
http://www.w3schools.com/cssref/css_selectors.asp
http://www.w3schools.com/cssref/default.aspMay 27, 2014 at 4:51 pm #270598Hi!
@uychkinnear Please add the code @flikk posted to Quick CSS in Enfold theme options under General Styling tab
Thanks always @flikk :)Best regards,
YigitMay 28, 2014 at 12:57 am #270917Thank you so much this is really helpful and assuring, as I have the design stuff down pat just need to work on the CSS to get the look I really want. I was thinking of doing a course but it seems that may not be needed. I was able to pick WP up through help forums and tutorials so I will go down that path for this as well, thanks again Kinnear
May 29, 2014 at 1:15 am #271545Glad you were able to get it sorted out! Let us know if you have any other issues and if you have some time go through this free course: https://www.codeschool.com/courses/discover-devtools
-
AuthorPosts
- The topic ‘Can I change the size of the table’ is closed to new replies.