table borders

Professional Joomla social template with metro design and JomSocial extension support.
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
Tue Nov 26, 2013 12:18 pm
Reply with quote
Report this post
i set
table tr, td { border: none!important; }
in override .css

but there s still a border.
how can i disable

http://www.gemcop.ch/index.php/dienstleistungen
User avatar
Expert Boarder

GK User
Tue Nov 26, 2013 4:49 pm
Reply with quote
Report this post
What browser and OS shows this border?
User avatar
Moderator

GK User
Wed Nov 27, 2013 8:39 am
Reply with quote
Report this post
All (webkit macos, but also on windows + linux)- i meant to reduce to bordersize to 0px or display none,

thx
User avatar
Expert Boarder

GK User
Thu Nov 28, 2013 11:51 am
Reply with quote
Report this post
I am struggling with the same problem. Always a grey line at the bottom of tables in articles. Tried override, but not working.
User avatar
Fresh Boarder

GK User
Thu Nov 28, 2013 6:43 pm
Reply with quote
Report this post
Tried Chrome and Safari on mac... Still no borders:
http://d.pr/i/fz5
User avatar
Moderator

GK User
Fri Nov 29, 2013 3:42 pm
Reply with quote
Report this post
there s a misunderstanding, i dont mean or see any border > i mean the gap from the table border. the table dont align left with the title like the text.
something like : padding-left: 0px;
User avatar
Expert Boarder

GK User
Sat Nov 30, 2013 12:18 pm
Reply with quote
Report this post
Oh, sorry, now I get it - I was looking for borders all the time ;)
Please edit: /templates/gk_msocial/css/override.css and add at its end:
Code: Select all
tbody tr td {
padding: 0px;
}


This will get rid of padding around table cells. You can also remove padding this way:
Code: Select all
padding: 8px 8px 8px 0;

to remove only left padding and leave rest same.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Dec 02, 2013 10:45 am
Reply with quote
Report this post
perfect , thx a lot
:D
User avatar
Expert Boarder

GK User
Wed Dec 04, 2013 2:59 pm
Reply with quote
Report this post
Is there anything else I can help you with on that subject?
User avatar
Moderator

GK User
Wed Dec 04, 2013 3:01 pm
Reply with quote
Report this post
no thats all thx a lot
User avatar
Expert Boarder

GK User
Wed Dec 04, 2013 5:41 pm
Reply with quote
Report this post
Ok. Closing the topic.
User avatar
Moderator


cron