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 #1842570
sidebar
Closed

Comments

  • EmilieBern started the conversation

    Hi! I try to customize sidebar: 

    - photo: my photo has no url, how and where should I put my photo to obtain this url?

    - how may I change width of the sidebar (and of article's column)?

    - I also would like to reduce size of the photo's circle: where can I find this fonction?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    1/ Let's upload image to your site and get it. Check this guide for more.

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

    @media only screen and (min-width: 1170px){
    .penci-sidebar-content{ width: 25%; }
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 75%; }
    }
    

    Note Important: 

    Change values 25 and 75 on the above code to values as you want. Make sure total of that 2 values is 100.

    Example: 26  and 74     or    27 and 73

    3/ Can you send me a screenshot about "photo's circle" like you mention? I'm not sure what do you mean here.


    Best Regards,

    PenciDesign

  • EmilieBern replied

    Thanks a lot, I will try points 1 and 2. For point 3, I join 2 images: one with little photo compared to texte above, and one with big photo compared to text above. I'd like the first one! Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    For 3/ Please add more this code to Customize > Custom CSS to do that:

    .about-widget img{ max-width: 200px !important; }
    

    Change value 200 to any value as you want.


    Best Regards,

    PenciDesign