Comments Akira McDonough-Sieben started the conversationSeptember 17, 2024 at 8:24pmThe logo in my mobile site has white space on either side. How do I fix that so it fills the whole width? Attached files: Screen Shot 2024-09-17 at 1.22.58 PM.png IMG_8EF656871A35-1.jpeg 2,609PenciDesign repliedSeptember 18, 2024 at 12:35amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 479px) { #header .inner-header { padding: 0; }}Regards,PenciDesign. Sign in to reply ...
The logo in my mobile site has white space on either side. How do I fix that so it fills the whole width?
Attached files: Screen Shot 2024-09-17 at 1.22.58 PM.png
IMG_8EF656871A35-1.jpeg
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.