Hi,
I’m building www.eurorackbarcelona.org. When check the site on a mobile screen the header text is out of of the screen. It doesn’t happens on the screen size simulator, but it does in a phone.
Thanks for your help

Hi,
I’m building www.eurorackbarcelona.org. When check the site on a mobile screen the header text is out of of the screen. It doesn’t happens on the screen size simulator, but it does in a phone.
Thanks for your help

Hi There,
Thanks for writing in!
I can see the heading is not responsive even in the simulator.
You have to setup responsive text so that it will behave responsive in mobile device and simulator too.
Here is a video will help you to setup the responsive heading.
Hope this helps!
Thanks
Thank you. But the video shows how to make responsive text with the Cornsestone. The issue is in the Header, which is in the “Theme Options” seciton. I can’t edit all that info there. I can’t add a class there.
Hi there,
If you are having issues loading the Theme Options panel, there must be something in your setup that is conflicting or is causing an error.
Please follow the steps below:
If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.
Thank you.
Hi,
I’m not having any problems loading the options. What I say is that the HEADER is not responsive. Please, check the picture before. And the video that you sent me is about editing text inside each page, not at the Header, which is common on all the pages.
thanks 
Hi there,
You mean the logo text? That’s what visible in the screenshot. Please add this CSs to your global custom CSS,
.x-brand {
font-size: calc(50px + 3vw);
}
Your current logo size is fixed to 80px. That CSS will set the size with minimum of 50px plus a responsive size of 3vw. You may change the value depending on your preference.
Thanks!
That worked, thank you!
you are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.