Plugin Support
Elvin
(@ejcabquina)
Hi @tony-franco ,
Can you link us to the page in question? Also, can you reupload the screenshots? the link to screenshots provided seems to have expired already.
Let us know. 😀
Hi @ejcabquina
Thank you by fast reply!
I´m sorry by the images, i´m newbie… 🙂
desktop: https://ibb.co/WV8J1gF
mobile: https://ibb.co/19LYCSR
page: https://bit.ly/3nHS3lA
Regards
Hi @ejcabquina
Thank you by fast reply!
I´m sorry by the images, i´m newbie… 🙂
desktop: https://ibb.co/WV8J1gF
mobile: https://ibb.co/19LYCSR
Regards
Plugin Support
Elvin
(@ejcabquina)
This normally happens when the viewport starts to get too narrow to fit the image and content in one row.
Can you link us to the page where this occurs? To inspect it and get the selectors necessary for CSS writeup.
Hi @ejcabquina ,
I tried to link to the page, but wordpress held that post for moderation, i will try again!
Goes: https://www.eter7.com.br/home-3/
Plugin Support
Elvin
(@ejcabquina)
You can try adding this CSS:
@media (max-width:768px){
section#wpsp-3039 .wp-show-posts-image.wpsp-image-left {
float: left;
margin-right: 1.5em;
}
}
This CSS assumes you only want to apply this on the WPSP list you’ve specified.
Plugin Support
Elvin
(@ejcabquina)
No problem. Glad to be of any help. 😀