Tagged: logo size
Hi,
I seem to be having more and more issues arising since the last update to this theme.
Now my logo and/or header size has increased in size affecting the viewability on mobile and with AMP. Everything has been pushed down.
I’ve attached where it was and what is showing now.
I don’t have any coding knowledge but I do need my website to be functional as it was before the last update.
I would attach files with the images however this support doesn’t allow for that.
Can you please assist me with providing me with guidance on what to do so that the original view is available again?
Thanks,
Anthony
Hey Anthony,
You can upload files to an array of services like google, dropbox etc, and then link to them here. Also please post a link to your site and point out the problems so that we can have a closer look.
Best regards,
Rikard
Hi Rikard,
Please refer to “Private content” for details.
Thanks
Anthony
Hi,
Thanks for the link and screenshot, it looks like the only difference is that the new view is showing your social media accounts and so on, is that what you would like to remove from mobile or do you want to make additional changes? If you want to remove the social media section then please try this in Quick CSS:
@media only screen and (max-width: 767px) {
#header_meta {
display:none !important;
}
}
Best regards,
Rikard