Hello,
The mobile version of my website is not working great. I disabled the logo on the desktop version of the webite with a custom CSS code but it’s still showing the enfold logo on the mobile version of the website. The code I included is the following :
.logo { display: none; }
Also, there is a problem with the text formatting on the section “Our Approach”. It’s broken and does not display like the other text..
How can I fix those issues ?
Thank you !
Hey Oby4455!
Please add following code to Quick CSS as well
.responsive .logo { display: none !important; }
then please edit your page and edit Grid Row element where you have “Our Approach” and choose to display each cell on their own mobile.
Best regards,
Yigit
Thank you so much! You guys are the best support team I have ever had!