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 #2218914
Featured Category Homepage minor graphics error
Closed

Comments

  • Oliver started the conversation

    can you please provide me with a code to increase the space for the Featured Category Homepage as VIEW ALL Button is too close to excerpt. THanks a lot.

    https://www.wundertips.com

    See screenshot attached.


    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please try use this code:

    @media only screen and (max-width: 479px) {
    .penci-featured-cat-seemore, 
    .penci-featured-cat-custom-ads{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .penci-featured-cat-seemore.penci-seemore-style-7, 
    .mag-cat-style-7 .penci-featured-cat-custom-ads{
        margin-top: 0;
        margin-bottom: 20px;
    }
    }
    

    Best Regards,

    PenciDesign

  • Oliver replied

    Perfect - works very well :-)