Grid borders

GK User
Thu Jan 02, 2014 11:10 pm
Hi, i've a question. I used the grid module on my site but i cant find how i remove the borders between grids position to see it all together.

You can see the problem in http://afg.acrovex.com

Thanks
User avatar
Senior Boarder

GK User
Fri Jan 03, 2014 12:49 am
Hi.
Use this, it should help a little bit.
Code: Select all
#gkUser1 .box {margin:0 !important;}
#gkUser1 .gkColLeft > div,
#gkUser1 .gkColRight > .box,
#gkUser1 .gkColRight > div,
#gkUser1 p { margin:0 !important; }


Custom CSS Code add here: http://www.gavick.com/documentation/joo ... -template/

But you have to also delete all <p> from module content.
and fix the right size for blocks, because they are not equal
User avatar
Platinum Boarder

GK User
Fri Jan 03, 2014 1:05 am
and this
Code: Select all
#gk-grid-98 .gkGridElement.gkGrid-grid2-1,
#gk-grid-98 .gkGridElement.gkGrid-grid3-1 { top: 57%; }
#gk-grid-98 .gkGridElement.gkGrid-grid1-1 { width: 99.3%; }

#fytslider .sliderwrapper,
.sliderwrapper .contentdiv,
.paginationfytslide {padding:0px;}
#wds-container {height:247px;}

and you will see.
grid.png


p.s.
please remember to increase width of youtube module
User avatar
Platinum Boarder

GK User
Fri Jan 03, 2014 11:19 pm
Excellent thanks a lot!!
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.