margin issue due to line-height in rt-showcase (gantry)
Posted 12 years 4 months ago
I'm using a custom template with gantry framework. For some reason modules inside the rt-showcase div have a slight margin which forces the module away from the edges .
the problem lies with the class:
.font-size-is-default
The line-height of 1.7 em causes this problem. Currently I'm using crappy overrides with margins but that's just bad coding habit. Anyone able to help?
2. ) in the RT forum we provide support for the commercial RT templates.
3.) to help Gantry users that are using the free template and the Gantry component you can ask other members in the Gantry specific forum.
www.rockettheme.com/forum/index.php?f=337&rb_v=viewforum
This is an open discussion forum. And you can't really expect that moderators answer every question.
4.) This has not really something to do with Gantry ... this is about CSS.
5.) Try to add this to your custom css
div#rt-subtransition {overflow: hidden;}
div#vid_container { line-height: 0;}
I really suggest to post in the Gantry forum next time.