Viewing 6 reply threads
The topic ‘Header text disapears on mobile version’ is closed to new replies.
Hello,
on the website liesbehtbrinkhuis.nl i’ve added a line of text. “kunstroute Els 22& 23 September” But that line isn’t visible on the mobile versions. How can i achieve this?
Hello,
I followed the link but the site can’t be reached. Can you please check it? If you can add some wp credentials of this site in a private reply, that would be great. So i can check closely the configuration of the row containing the missing text.
Best regards!
Hello,
I set OFF the Aan het aanpassen > Header Builder > Hide on Responsive option. And i added this css as well:
@media (max-width:480px){
.header_container .top_nav.header-row{ display:block !important;}
}
Please clear cache and refresh page.
Best regards!
Thanks it seems to work except for a phone in landscape.
Hello,
Please try adding this css as well:
@media (max-width:767px){
.header_container .top_nav.header-row{ display:block !important;}
}
Let us know.
Best regards!
The topic ‘Header text disapears on mobile version’ is closed to new replies.