Comments EmilieBern started the conversationJanuary 5, 2019 at 10:17amHi! 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,700PenciDesign repliedJanuary 5, 2019 at 3:15pmHi,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 733/ Can you send me a screenshot about "photo's circle" like you mention? I'm not sure what do you mean here.Best Regards,PenciDesignEmilieBern repliedJanuary 5, 2019 at 5:30pmThanks 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,700PenciDesign repliedJanuary 6, 2019 at 3:55amHi,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 Sign in to reply ...
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!
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:
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
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!
Hi,
For 3/ Please add more this code to Customize > Custom CSS to do that:
Change value 200 to any value as you want.
Best Regards,
PenciDesign