Comments Roberta_A started the conversationMarch 20, 2020 at 4:42pmHi, how can I edit the size on mobile for the logo as it looks huge (see attachment)relate; how can I reduce padding between logo and breadcrumbs? Thanks 2,701PenciDesign repliedMarch 21, 2020 at 2:34amHi,1/ To do that, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 767px){ #logo a{ max-width: 180px; } } Change value 180 to value as you want.2/ Please try add more this code to Customize > Custom CSS to reduce the padding between logo and breadcrumbs: .container.penci-breadcrumb{ margin-top: -60px; } Best Regards,PenciDesign1 LikeRoberta_A repliedMarch 21, 2020 at 12:10pmGreat, thank you very much :) Worked! Sign in to reply ...
Hi, how can I edit the size on mobile for the logo as it looks huge (see attachment)
relate; how can I reduce padding between logo and breadcrumbs? Thanks
Hi,
1/ To do that, please add more this code to Customize > Custom CSS:
Change value 180 to value as you want.
2/ Please try add more this code to Customize > Custom CSS to reduce the padding between logo and breadcrumbs:
Best Regards,
PenciDesign
Great, thank you very much :) Worked!