On the homepage of this site, when on mobile the heading and caption are more to the centre of the nectar slider rather than set to the right as they are on a desktop, ive tried changing the columns setting for mobile but it doesnt seem to have made a difference. Is this fixable?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 690px) {
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
padding: 0 40px 0 0 !important;
}
}
On the homepage of this site, when on mobile the heading and caption are more to the centre of the nectar slider rather than set to the right as they are on a desktop, ive tried changing the columns setting for mobile but it doesnt seem to have made a difference. Is this fixable?
Thanks
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team