-
swin66
On the desktop, the logo is on the left and 3 buttons on the right, and I want that for the mobile too, but I get the site logo under the buttons. How do I fix that?
-
George
Hello,
Can you please provide a URL?
-
-
George
Hello, before we proceed, can you please clear the LiteSpeed cache, then deactivate it temporarily until we resolve the issue?
-
swin66
done
-
swin66
and it fixed the blog style problem
-
Alvind
Hi there,
Try adding this CSS:
@media (max-width: 767px) { .inside-header.grid-container { display: flex; flex-direction: row-reverse; column-gap: 20px; align-items: center; } .inside-header.grid-container .header-widget { margin-bottom: 0; } .inside-header.grid-container .gb-container-24cc74fb a { font-size: 10px; } }
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.