Archived topic
Newly created Wp post alignment issue on mobile
5 replies · Started by liz on August 10, 2021
Hi,
I created a new wp post list [the last one on the homepage] It is aligned to the left even if I try to move it to the center [only on mobile]...Thanks in advance. The link to the website is in the private info field.
Hi there,
Can you clear and disable your caching plugin first?
The code is showing that you are using the setting aligned right.
Hi,
I aligned the image to the right so the texts will be placed on the left side of the container. I am having an alignment issue only on mobile..I want it to move to the center. Thank you in advance.
Hi there,
Can you try adding this CSS?
@media(max-width:768px){
section#wpsp-18358 .wp-show-posts-image {
text-align: center;
}
}
Hi, Elvin
Thank you, it worked. Good day!= )
No problem. Glad to be of any help. Stay safe! :)