Archived topic
Frame in the preview articles and separator for widget articles
3 replies · Started by renato on April 28, 2018
Good morning everyone, i need some help :( can someone help me with:
- how to insert a frame to the preview articles with GPP
- separator between the previews of the last articles located in the sidebar and in the footer, use WP Show posts not premium.
I put an example as a picture (it will be bad because not being my site I deleted the articles)
Thanks for your help!

Hi there,
- Try this CSS:
.site-main .post {
border: 2px solid #000;
}
- Not quite sure if I understand but try this:
.wp-show-posts-single {
border: 2px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hello, thanks you. The
.site-main .post {
border: 2px solid #000;
}
work good for article preview in the blog. The show posts script don't work fine: 
EDIT: SOLVED WITH THE FOLLOWING SCRIPT:
.wp-show-posts-single {
border-bottom: 1px solid #e3e3e3;
padding-bottom: 15px;
I have another problem. I put recent articles via shortcode in the article and gives me the following problems:
- It use the post frame and not the WPSP frame
- When I select the display in columns (in WPSP options) I do not align them all (I tried to change the number of columns to show in WPSP options) but it leaves me an empty hole and does not allow me to adjust the size of the title (it always remains H3 and I can not put paragraph) thanks :(

if I try to change the number of columns to show at 4 instead of 3 as before:

Can you open a new topic for a different question?
I'll mark this one as resolved :)
Thanks!