Responsive Problem - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Responsive Problem

S

saman

SP Page Builder 3 weeks ago

hi When you use the gallery add-on, you can set the width value separately for tablet and laptop modes in the options section. However, such separate settings do not exist for radius or some other properties. This means that if you set the radius to 200 for the laptop view, the same value will also be applied to mobile and tablet views, which makes the appearance look unattractive.

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208209

as example, for Gallery addon:

@media screen and (max-width: 640px) {
.sppb-gallery img {border-radius: 10px !important;}
}

In similar way will be for other addons, just with a different class name. If you work as webmaster you should handle that or ask ChatGPT.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208102

Hi, Indeed, we assumed that webmaster will use value that will look nice in all views.

200px is a big value for border-radius, in most cases it means almost circle images.


Right now you have to use Custom CSS to override that value. I hope you know the basics.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #208108

Hi

Thanks for contacting us and sorry for your issue. You can use custom CSS to solve it. You can check this documentation, it may help you.

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

-Regards.

0
S
saman
Accepted Answer
3 weeks ago #208190

HI thank you for fast reply. the 200 is an example. but in some other add-on this problem is exist. is the solution is use custom CSS?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 weeks ago #208208

Yes, by now Cusom CSS, becuase on the forum we cannot deliver php code customizations.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #208397

Hi

Is this solved now? If yes, you can then close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 weeks ago #208581

Glad to know that its solved and thanks Paul for helping him.

0