-
AuthorPosts
-
July 11, 2014 at 3:11 am #289881
Hi there! Ever since I changed themes over to enfold, all my tables have been getting cut off just a tiny bit on the left side. You can see that here: http://thedogbreedsbible.com/the-best-wireless-dog-fence-guide/
Can you please help me fix this? Thanks so much!
July 11, 2014 at 3:34 pm #290133Hi nlassen!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
table { width: 98%!important; }Cheers!
YigitJuly 11, 2014 at 6:50 pm #290227That worked on some of my tables. However, it is making some of them larger. http://thedogbreedsbible.com/small-dog-breeds/ as you can see here, I originally had this table about half the width as it is showing up. Is there any way to not override this?
Also, the tables under each dog breed are not working when i added that code. http://thedogbreedsbible.com/dachschund-smooth/ they are still cut off a bit.
Thanks!
July 11, 2014 at 7:02 pm #290230Hey!
Please remove the code i posted earlier and add following code to Quick CSS
table#t130 { width: 98%!important; } table#t4 { width: 98%!important; margin: 0 auto; }Best regards,
YigitJuly 12, 2014 at 6:41 pm #290580That fixes everything except each table under each dog breed profile as seen here http://thedogbreedsbible.com/beagle/.
What can I do to fix the rest of the tables?
Thanks so much for your help.
July 12, 2014 at 7:05 pm #290584Hey!
If tables under each dog breed have the same ID, you can use following code
table#t1 { width: 98%!important; margin: 0 auto!important; margin-bottom: 15px!important; }If not, you need to add custom CSS code for each table with their ID’s included as following
table#t1, table#t212, table#21231 { width: 98%!important; margin: 0 auto!important; margin-bottom: 15px!important; }You can right click on the table to find their ID’s as shown in screenshot here – http://i.imgur.com/eUxvYUy.png
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
