Article Addon Img Config - Question | JoomShaper

Article Addon Img Config

MS

Martin Seidl

SP Page Builder 2 years ago

Hi Team, I want the image in the intro artices be on the left side. how to do? https://2021.tierportal-muenchen.de/tttraaa.html

0
4 Answers
MS
Martin Seidl
Accepted Answer
2 years ago #26974

thnx Rashida, now it works!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26963

Hi there!

In general customization support is prohibited here.

But, let me have a look if I can serve you any CSS...

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26966

Hi,

You can use the following code in your custom CSS:

.sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive{
    float: left;
    margin-right: 20px;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this will serve your purpose:)

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #26988

You are always welcome!

0