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
You can see the problem in http://afg.acrovex.com
Thanks
-
- Senior Boarder
- GK User
- Fri Jan 03, 2014 12:49 am
Hi.
Use this, it should help a little bit.
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
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
-
- Platinum Boarder
- GK User
- Fri Jan 03, 2014 1:05 am
and this
and you will see.
p.s.
please remember to increase width of youtube module
- 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
-
- Platinum Boarder
- GK User
- Fri Jan 03, 2014 11:19 pm
Excellent thanks a lot!!
-
- Senior Boarder
4 posts
• Page 1 of 1