Website no longer responsive

I changed my logo and usually the website stays responsive, but its stopped working for some reason.

the website url is http://www.classic-paints.nl/

Hi Dylan,

Thank you for writing in, I have checked your site and it looks fine on my end. Would you mind to clarify what is not responsive? Perhaps provide us some screenshots showing the issue.

Remember to clear your browser’s cache.

Cheers!

Your right, I cleared my cache and it got better.

However, this happens now when I expand the menu on mobile:

Is there any way to move the home bit down a little so its readable?

Hi Dylan,

Thanks for updating the thread!

Can you please add this CSS to your X->Theme Option -> CSS ?

@media (max-width: 979px) {
.x-nav-wrap.mobile {
    padding-top: 64px;
}
}

Let us know if that works!

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Thanks, that works, ill be sure to check out that video!

Glad to know!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.