modul in content

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
Wed Nov 27, 2013 10:01 am
Reply with quote
Report this post
How can i remove the left margin for this module in content?
modulsuffix?

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

GK User
Wed Nov 27, 2013 7:34 pm
Reply with quote
Report this post
Hi.
Use this:
Code: Select all
 div#foxcontainer_m97  { padding-left: 0px; } 


Here:
https://www.gavick.com/documentation/jo ... -template/
User avatar
Platinum Boarder

GK User
Thu Nov 28, 2013 9:33 am
Reply with quote
Report this post
awesome thx a lot.
other question, i have the same problem/gap with tables or columns in content:

http://www.gemcop.ch/index.php/dienstleistungen

where can set

{ padding-left: 0px; }
User avatar
Expert Boarder

GK User
Thu Nov 28, 2013 7:11 pm
Reply with quote
Report this post
To each
Code: Select all
<td valign="top" align="left"  style="padding-left:0">

in <table> section

open article in HTML mode and make those changes.
User avatar
Platinum Boarder

GK User
Mon Dec 02, 2013 10:48 am
Reply with quote
Report this post
work thx a lot.
even easier with:

tbody tr td {
padding: 0px;
}
User avatar
Expert Boarder

GK User
Tue Dec 03, 2013 10:44 pm
Reply with quote
Report this post
sure, but your solution would be implement/used in all tables (if you'd added in override.css) -- not only in this one. :mrgreen:
User avatar
Platinum Boarder


cron