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 #2822852
Pop up Related Post scrollable
Closed

Comments

  • calvinteoh started the conversation

    Is there a way to make the Pop up Related Post scrollable? Sometime due to the browser or screen size, the last few post is not visible, and it would be good to make the pop up scrollable. 

    2103990701.png
  •  2,494
    PenciDesign replied

    Hi,

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

    .penci-rlt-popup .penci-rtlpopup-content {
        max-height: 300px;
        overflow: hidden;
        overflow-y: scroll;
    }
    Change 300px to your height.

    Regards,
    PenciDesign.


  • calvinteoh replied

    Thanks for the prompt response with accurate and detail feedback as usual! 

    I just tried it out and it works. 

    Customer service truly excel with this theme; thanks again.