Shape 5

Joomla Templates => GCK Store - Club => : dscontent September 14, 2015, 12:00:29 PM



: class slide_box
: dscontent September 14, 2015, 12:00:29 PM
Hello,

where can I find this class slide_box? The module S5 Image and Content Fader v3 use this for text/html settings.

Thank you


: Re: class slide_box
: mikenicoll September 14, 2015, 11:29:47 PM
Hello,

You can find this class in the editor.css file provided with the Template along with some other classes.

Regards,


: Re: class slide_box
: dscontent September 15, 2015, 01:15:03 AM
Hi,

thanks for your answer, but I have found and changed some padding and margin tags, but it has no effect

e.g.:
.slide_box {
border:solid 2px #FFFFFF;
font-size:3em;
padding:-10px;
padding-top:-7px;
padding-bottom:-7px;
display:inline-block;
font-weight:700;
margin-top:-10px;
line-height:120%;
}

.slide_sub_text {
font-size:1.2em;
margin-top:2px;
margin-bottom:-18px;
display:block;
}

How can I put the text to the upper edge. Now it's in the middle


: Re: class slide_box
: mikenicoll September 16, 2015, 09:31:06 PM
Hello,

You would need to use margin calls targeting this class with !important values in the custom.css
:
.slide_box {
margin-left: 100px !Important;}