CatherineG Posted February 7, 2021 Share Posted February 7, 2021 Site URL: https://www.catherinegiaquinto.co.uk/links I have created a links page for Instagram, I'd like to reduce the size of my logo on the page: https://www.catherinegiaquinto.co.uk/links to slightly less than the width of the buttons. It seems to be fine on desktop but not mobile Could anyone help me to do this? Thank you! Link to comment
jpeter Posted February 7, 2021 Share Posted February 7, 2021 You can add the CSS code below using a CSS code block on the page: <style> @media (max-width: 768px) { .image-block-outer-wrapper { max-width: 158px; /* adjust the width */ margin: 0 auto; /* center the block */ } } </style> Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment