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 #1833094
Search Result Page
Closed

Comments

  • Sérgio started the conversation

    Hi,

    The category page and search result settings are the same, but the results in full HD are different. See attachments.

    What should I do to fix this problem?

  •  501
    Penci replied

    Hi,

    Thank you for your all feedback.

    Please go to Customize > Addtional CSS, add custom code to do that:

    @media screen and (min-width: 1430px){ .search-results .site-main, .archive .site-main, body.blog .site-main {     max-width: 1430px;     margin-left: auto;     margin-right: auto; } .search-results .site-main .penci-container, .archive .site-main .penci-container, body.blog .site-main .penci-container {     max-width: 100%; }}

    Best Regards,

    PenciDesign