Hi!
I’m using the extra info in my header. But i only want this option on mobile screens.
I’ve searched this forum, and i got this code:
@media only screen and (min-width: 768px) {
#header_meta {
display: none !important; }}
This works, but between the header an the main content is now a blank space. Please help me.
http://www.fg-boese.de
Here you can see the blank space (exactly width and height of the hidden extra info): https://fg-boese.de/historie-der-firma/
Hey flow4you,
That’s an odd one. Try adding the following to quick css:
#welcome{
margin-top:-30px!important;
}
Best regards,
Jordan Shannon
Thank you, but its working not perfect :(
https://fg-boese.de/historie-der-firma/
Only the four color bar moved 30px up. the main content is still on the wrong place.
Hi,
Are you needing the main content moved up as well?
Best regards,
Jordan Shannon
yes. i need to close this gap.
or something else to show only on mobile the telefone number and mail adress.
thank you :)
Hi,
Can you provide a screenshot of both the mobile and the desktop issue? Just to make sure I target the right area.
Best regards,
Jordan Shannon