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 #2174155
Soledad: content width / sidebar padding
Closed

Comments

  • laurenhabermehl started the conversation

    Hi there, 

    Using the Soledad theme. I'm trying to adjust two aspects of my site.

    1. I'd like to adjust the max width of the main body on single post pages. 

    2. I'd like to add more padding between the main body of my site and the sidebar. 

    I don't see options to do this in the "customize" area. Can it be achieved with Custom CSS?

    Thanks in advance for your help.

    Lauren

  • laurenhabermehl replied

    Attached a screen shot of my site to hopefully help explain what I'm trying to do. Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px) {
    body.single .container.container-single{ width: 1000px; }
    body.single .penci-sidebar-content{ width: 340px; }
    body.single .penci-single-style-10 .penci-single-s10-content, 
    body.single .container.penci_sidebar #main{ width: calc(100% - 340px); padding-right: 80px; }
    }
    

    Note:

    1/ Change value 80 on the above code to value as you want for padding between the main body and the sidebar.

    2/ Change value 1000 on the above code to value as you want to change the width of the content.


    Best Regards,

    PenciDesign

  • laurenhabermehl replied

    Thanks so much! This worked perfect. Much appreciated!

  • NunoM replied

    Hi,

    Taking advantage of the question asked, I was able to increase the body slightly but the title (style 5) doesn't keep up with the changes. I tried to change several values through YellowPencil plugin, but I'm not getting it right in all sizes. How do I adjust depending on the change I make in my body?

    As I was able to understand, by default, the dimensions are 780 (body) + 80 (padding) + 340 (sidebar)
    I slightly increased it to 830 (body) + 70 (padding) + 340 (sidebar)

    How can I make STYLE 5 (title+meta) follow these changes?

  •  2,699
    PenciDesign replied

    Hi @NumoM,

    Please create a new ticket and our support team will take it a look help you.

    Dont put reply to tickets of another people because they will get notice email about your reply.


    Best Regards,

    PenciDesign

  • wednysmurmur replied

    I'd like to adjust the width of the main body on single post pages. 

  •  2,699
    PenciDesign replied

    Hi @wednysmurmur,

    Please create a new ticket and our support team will take it a look help you.

    Dont put reply to tickets of another people because they will get notice email about your reply.

    Best Regards,

    PenciDesign