Image Sizing In Image Content And Image Layout Addons - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Image Sizing In Image Content And Image Layout Addons

MR

Murugappan Ramanathan

SP Page Builder 5 months ago

I used both the Image Content and Image Layout addons and i find i could not resize the image. How do i resize the image?

Please do not ask for a site url. I am so tired of providing each time and creates security violations. This should be easy for you to answer as you can test on your site.

0
9 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 months ago #194385

Hello Murugappan Ramanathan,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing.

Sorry, there are no settings to adjust the image size. I will ask the team to add this feature to the addons. For now, you have to use Custom CSS to adjust it.

Best regards

0
MR
Murugappan Ramanathan
Accepted Answer
5 months ago #194396

Can you direct me to a documentation that shows me how to add css, especially that part on getting the class fo the addon items?

BTW, the documentation for Flip Box and Flip Box Pro is missing in the SPPB documentation. Its is not that the documentation is any good for others, especially the one for Tables. It so confusing i had to learn it by trial and error. Just know that we have spend unproductive time and effort.

Im this respect, I think WP Elementor and the Addons are super and easy.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 months ago #194506

Please follow this documentation:

Addon Style settings

Thanks for sharing the missing addons documentation. Somehow, the documentation pages are missing. I will contact with the Content team to update the pages.

0
MR
Murugappan Ramanathan
Accepted Answer
5 months ago #194518

Thank you for the blank answer which i already know that. The problem is when i want custom the css for an addon's element for example: if i want add the border style to section or a container, i do not know which class to target (see example below). If i target the class on the div and set css then it will affect all addons but i want to target only that instance.

https://prnt.sc/dr7AtOUt2Q4Z

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 months ago #194650

You have to use this CSS. Then it will target only the specific addon. Other image addons will not be affected. Write the CSS only on the addon that you want to style. This #addonId targets the addon only.

prnt.sc/UQzIu--pvdS_

#addonId .sppb-addon-single-image-container{
  padding-left: 200px;
}
0
MR
Murugappan Ramanathan
Accepted Answer
4 months ago #194939

Great. Thank you so much. I will test this.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 months ago #194954

You are welcome 😊

0
MR
Murugappan Ramanathan
Accepted Answer
4 months ago #195031

I tried this in SPPB Page "Temp" (see screen cap) and it did not work

https://prnt.sc/Mn-iiNMtsWGe

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 months ago #195104

Please write #addonId. It will target only the addon that you have written the CSS to target. Do not write #sppb-addon-0000 or something like this. Write #addonId and it will automatically get your addon's id.

0