Nuron - Image Content Module - Mobile View (removing Padding-right) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Nuron - Image Content Module - Mobile View (removing Padding-right)

N

Neil

Template 1 year ago

I am using Nuron template and the latest SPPB - the new site is looking amazing, but I have a small thing bugging me on the home page Image Content module. On the desktop and tablet views, it has an image on the right and the text on the left. The text has some extra padding on the right (between the image and the text) which looks good on Desktop and Tablet views, but when it changes to Mobile view the text looks odd - it retains the padding on the right of the text, but the image is now above - so it's not needed.

Is there a way to get the padding on the right to disappear when it moves to mobile view?

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #142337

Hi Neil,

probably it can be changed by padding settings, but ...

@media screen and (max-width: 767.98px) {
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-right: 0 !important;}
}

will solve it for all Image Content addons in seconds.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #142336

Hi

Thanks for contacting us. Could you please give me a screenshot of that portion?

-Regards.

0
N
Neil
Accepted Answer
1 year ago #142343

That CSS worked perfectly! Thank you so much Paul :)

0