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 #2384428
Single post width
Closed

Comments

  • manojOne started the conversation

    Hello,

    I would like to do the following on single posts,

    • I use a single post template with no sidebars on the website (narrow). Can I increase its width by 40-70 px?
    • Can I assign a left and right border (1 px) for single post template?

    Looking forward to hearing from you,

  •  2,699
    PenciDesign replied

    Hi,

    1/ You can change the width on Customize > Single Post Options > Custom Width for No Sidebar with Container Width Smaller Layout You've Selected Above

    2/ Please try add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 480px){
    .penci-single-smaller-width { padding: 0 30px; border-left: 1px solid #dedede; border-right: 1px solid #dedede; }
    }
    

    Best Regards,

    PenciDesign

  • manojOne replied

    Thank you very much. That's what I need. 

    Best wishes,