[Resolved] Frame in the preview articles and separator for widget articles

Home Forums Support [Resolved] Frame in the preview articles and separator for widget articles

Home Forums Support Frame in the preview articles and separator for widget articles

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #562429
    renato

    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!
    Exemple

    #562552
    Leo
    Staff
    Customer Support

    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/

    #568034
    renato

    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: widget script

    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:

    #568263
    Leo
    Staff
    Customer Support

    Can you open a new topic for a different question?

    I’ll mark this one as resolved πŸ™‚

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.