Hi, use following styles in your theme’s custom css box
.grid-pad {
padding-top: 0;
padding-left: 0;
padding-right: !important;
}
[class*='col-'] {
float: left;
padding-right: 0 !important;
}
Thx Rameez.
Unfortunately this didn’t change anything. I added it with existing CSS* and then as the only CSS but there was no change.
Any other ideas?
Also, is it possible to change the space between each letter (kerning) of the captions?
Really appreciate your prompt response. Hope we can find solution.
Cheers,
JT
* here is existing CSS:
@media only screen and (max-width : 600px) {
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
font-size: .75em; /* smaller font on phones */
padding-top: 0.25em;
padding-bottom: 0.25em;
}
}
@media only screen and (min-width : 1000px) {
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
font-size: 2.0em; /* smaller font on desktop */
padding-top: 0.5em;
padding-bottom: 0.5em;
}
}
#footer {
margin-top: 0;
}
#footer .container {
padding-top: 0;
}
#top .post-title {
display: none;
} .breadcrumb-trail {
display: none!important;
}
.title_container {
display:none;