- This topic has 3 replies, 3 voices, and was last updated 5 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I love the web version of my site, but the mobile version doesn’t work well. My site is https://www.insiemepersesto.it Thanks, and sorry for my bed english
Hi,
At first, thank you for your response and for choosing our theme.
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 690px) {
.logo-img {
max-width: 145px !important;
}
}
@media screen and (max-width: 690px) {
#page-header .entry-header {
padding: 0 !important;
}
}
Kind Regards
Hi Katarzyna,
1. That the reason for the issue can be your installed plugins, please deactivate them one by one and you will able to catch the which one was the source for the issue.
2. If you want to not lose all the changes made with the plugins, please install 3rd party plugin staging, clone your website database and make the changes on the cloned staging site, here is the video guide to better understand how it works.https://www.youtube.com/watch?v=YtY-q5BBpeE
Kind Regards