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 #2838202
page design
Closed

Comments

  • msq9831 started the conversation

    hi

    I am trying to set the homepage, if you see the news section, how can I fix post details word count so that page alignment do not disturbed.

    here is the image

    6459798689.png


  • msq9831 replied

    url is

    new.wud.qa

  • msq9831 replied

    further I need to set same thing on category based pages

    url is https://new.wud.qa/category/wud-segment/wheels-of-doha-qatar/

    1609103390.png

  •  2,493
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-layout-grid .penci-post-box-meta {
        display: none;
    } .penci-layout-grid .penci-post-box-meta {
        display: none;
    } .penci-grid > li.grid-style {
        border-bottom: 1px solid #dedede;
        min-height: 480px;
    }  .home-featured-cat-content .first-post .magcat-detail {
         min-height: 165px;
     }

    Regards,
    PenciDesign.