Problem whit tables

GK User
Tue Jun 05, 2012 7:44 pm
Hi everyone i have some error on the web pages and i need figured it out how to solve.

i have many error whit tables first this one

Image

How you can see the photo and the text they are not symmetric but in the code they are symmetric.
i dont get it.... :blink: :x the other issues is that the tables doesnt have borders but here they have it well in all the page they have it but always i put they without border so i dont get it either.

The other thing is that when you put the mouse over each tablet this change the color for something more yellow...lol why?

thanks for your help.
User avatar
Fresh Boarder

Konrad M
Wed Jun 06, 2012 4:28 pm
Hi,
There are no issues. There is some css rules in template.css file for tables. I see that you fix you 1 issue changing structure. I fo you want same as on screen let me know, I will give you css code to fix it.
To fix rest issues please try add to override.css
Code: Select all
table tr:hover {
background:none !important;
}
td {border: 1px solid#EEE !important;}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Jun 06, 2012 8:33 pm
Hi thanks so much for your help :).

well i follow all your step but i have no idea about php or html xD. So i will tell you what i did i enter on override.css y copy all your code and then i put it on i save it, but nothing changes on the page i delete all the cache and everything, also i enable the override.css ;s maybe i did something wrong :(.

thanks for your help.

Sorry my english
User avatar
Fresh Boarder

GK User
Wed Jun 06, 2012 8:38 pm
ok now i get it

thanks for all
User avatar
Fresh Boarder


cron