Hi,
i added a text logo in the left corner and would like to make it fit in responsive view.
At the moment logo text is breaking because of its size into a second line in responsive view (please see screenshot).
Below the menu i added a special heading element. It looks nice with correct spacing.
But there is too much space between menu and the special heading element in responsive view.
How can i reduce that space in responsive view?
Kind regards
Jak
Hey Jak73,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-logo-container {
height: 50px;
line-height: 50px;
}
.responsive #top #wrap_all .content {
padding-top: 0;
}
}
Best regards,
Rikard
Hi Rikard,
this helped a lot, thank you!
There is still a part, when the witdh of browser gets reduced, where the space above the spacial heading gets to big for some reason (please see screenshot).
kind regards
Jak