Site logo

Archived topic

Again help with mobile header

16 replies · Started by Leonardo on July 14, 2022

Viewing posts 1–15 of 17

Hello how are you?

I had to make some corrections to the header of the site I'm looking for parts and I'm, again, finding it difficult to adjust the header on mobile.

The elements are there, but unconfigured. The way I want to leave them, snug next to each other, is:

hamburger menu / logo / user and cart

Is it possible to help me?

I am sending the link and data for access.

Hi there,

The URL you attached doesn't link us to the login page, can you check?

Sorry

Sent again!

Fernando, you again =D

It's true, I had forgotten about those other adjustments.

I did and now I would need to change them, leaving:

menu / logo / icons

Try to add this CSS:

#mobile-header button.menu-toggle {
    order: -1;
}

Thanks!!!

Add this CSS:

@media (min-width: 769px) {
    #sticky-navigation .navigation-branding {
        position: relative;
        transform: none;
        left: auto;
        order: -1;
        margin-right: auto;
    }
}

A second question...

How do I change the css from the sticky menu to links when "mouse over" and "links active"?

I was able to change only the "default" color.

Thank you, Ying.

Now the following remains:

modify the color of the active link in the sticky menu

Thank you very much!

Hi Leonardo,

You can try this CSS:

nav#sticky-navigation.is_stuck .main-nav ul li.current_page_item a {
    color: rgba(255,255,255,0.6)
}

Hope this helps!

This archived topic is closed to new replies.