Slider Margin Issue when using Below Masthead option

Hi,

I’m trying to use the slider option in the page settings, however, I can’t find a way to adjust margins for the slider set in the below masthead option.

Is there a way to adjust this? I’ve adjusted the general margin settings in the main settings but that doesn’t seem to affect the slider.

Thanks in advance,

JP

Hi There JP,

Thanks for writing in! It was a white border color that you see around the slider. I have added the following CSS rule into your Slider Revolution’s custom CSS area to resolve the issue.

.tp-caption {
    border-color: transparent !important;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.