Remove margins

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Jun 09, 2013 8:25 am
I see some margins that can not see correctly the modules of the TAB 5.

As I can do to fill the entire width?

09-06-2013 9-17-52.jpg
User avatar
Expert Boarder

GK User
Sun Jun 09, 2013 8:27 am
Hi,

Could you provide an URL to your website?
User avatar
Administrator

GK User
Sun Jun 09, 2013 8:29 am
User avatar
Expert Boarder

GK User
Sun Jun 09, 2013 8:40 am
Your problem is connected with fact that you haven't disabled the Tabs module default CSS file - please disable it in the external files settings - then the problem should dissapear.

Then please also open file css/gk.stuff.css and change font-size: 18px to 16px for the following selector:

Code: Select all
.gkTabsWrap.vertical ol li


(around line 269.)

Because now the font-size is too big to put three tabs in one line.
User avatar
Administrator

GK User
Sun Jun 09, 2013 8:49 am
Perfect.

Line 537

Code: Select all
font-size: 14px;
User avatar
Expert Boarder


cron