Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2716548
Shadow on category list of posts
Closed

Comments

  • tomon1 started the conversation

    Hello can you inform me how i can change view of posts in category list. Now they are one below other without gap, but i would like a gap of 10px and a shadow below each post listing.

    TY

  •  501
    Penci replied

    Hi,

    I'm not clear about the issue.

    Please send me screenshot for the issue 

    Best Regards,

    PenciDesign

  • tomon1 replied

    Hi here between the posts, so the each post has shadow around so they can separate from each other.

    Thanks

  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    .blog-default .penci-archive__list_posts .penci-post-item {
        padding-bottom: 0;
        margin-bottom: 15px !important;
        box-shadow: 0 1px 5px rgb(190 190 190 / 46%);
    }


    Best Regards,

    PenciDesign

  • tomon1 replied

    Thank you so much, just one more thing, inboxes of catagory listing there are no magins from the end of box. Like image, header and excerpt are sticking to the end of the box. Can it be set to margins of 5 px from each side. Also can you inform me about excerpt type justified and can excerpt not read the header from article, as it already is above. Tnx

    GREAT THEME!

  •  501
    Penci replied

    Hi,

    I'm not clear about the issue.

    Please send me url of your site and  screenshot for the issue.

    I will check it help you.

    Best Regards,

    PenciDesign

  • tomon1 replied

    Hi I drew it on a picture.

    *what about this issue?

    TNX for support

  • tomon1 replied

    As addition to below reply from me, can you please inform me why my banner links add homepage url to link. That causes 404.

    Please check http://mib-transfer.hr/

    On bottom I have banners and when you click on them it gives

     http://mib-transfer.hr/www.interreg-central.eu/Content.Node/SlowFood-CE.html

    instead of

    www.interreg-central.eu/Content.Node/SlowFood-CE.html

    TNX

  • tomon1 replied

    Hi, any answers for the 2 last post replies?

    Thanks

  •  501
    Penci replied

    Hi,

    Sorry for the slow response.

    Make sure that you can't  use any plugin to change query.

    Please go to Dashboard > Settings > Permalink then re-save data.

    Please deactivated all plugin ( excrept plugins come form the theme and try it again ) - If it work, let's enable each plugin to check what's plugin caused this issue.

    If it doesn't work,  let's send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

    Best Regards,

    PenciDesign

  • tomon1 replied

    Ok thnx,

    but what about issue below that i drew on a picture?.

    Tnx

  •  501
    Penci replied

    Hi,

    Please go to Customizer > Addtional CSS then add custom css to do that

    .blog-default .penci-archive__list_posts .penci-post-item {
        padding: 10px  !important;
    }
    
    

    Best Regards,

    PenciDesign