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 #1940225
Post layout - text is below the fold
Closed

Comments

  • gregsby14 started the conversation

    Hi, I've attached a picture to help show what I mean.  I like this layout of the post with a large featured image. But is there any way to have the title of the post appear 'above the fold'? So when you go to the post you can see the title (and the meta stuff) of it without having to scroll down first?

    Thanks

    Greg

  •  501
    Penci replied

    Hi,

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

    .penci-page-style-5 .penci-active-thumb .entry-media__content, 
    .penci-single-style-5 .penci-active-thumb .entry-media__content {
        top: 40px;
        bottom: auto;
    }

    You can change padding top is 40px to any space  you want

    Best Regards,

    PenciDesign


  • gregsby14 replied

    Perfect! Thanks so much!