Comments dariobella started the conversationJune 1, 2021 at 12:26pmhihow can I reduce pics in posts/news?How can I insert a line/divisor between one post and the follower post?thanks 2,616PenciDesign repliedJune 1, 2021 at 1:29pmHi,1. Reduce pics? Do you mean image quality or size? Please install the Smush plugin: https://wordpress.org/plugins/wp-smushit/2. Please go to Appearance > Customize > Custom CSS, then add the following code: .side-newsfeed li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #7a7a7a;} .side-newsfeed li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0;} Best Regards,PenciDesign. Sign in to reply ...
hi
how can I reduce pics in posts/news?
How can I insert a line/divisor between one post and the follower post?
thanks
Hi,
1. Reduce pics? Do you mean image quality or size? Please install the Smush plugin: https://wordpress.org/plugins/wp-smushit/
2. Please go to Appearance > Customize > Custom CSS, then add the following code:
Best Regards,PenciDesign.