Skip to content
Public Ticket #24163

menu on header

Conversation thread

morganmosess replied

Customer Reply

but it not show sub-category, i forget how to setting

PenciDesign Supporter replied

Staff Reply

Hi,

By default, this area will show all the categories you've selected on the post editor screen.

Regards,
PenciDesign.


morganmosess replied

Customer Reply

thank you so much for fixed.

i want to ask again about home page category, how to show sub category for this?

6837063663.png

PenciDesign Supporter replied

Staff Reply

Hi,

I've fixed this issue by adding the following CSS code:

#navigation ul.menu > li:last-child ul.sub-menu {
    right: 0;
    left: auto;
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you config it.

Regards,
PenciDesign.


morganmosess replied

Customer Reply
4466401674.png

same again

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code like this:

@media only screen and (max-width: 1170px) {
    #navigation ul.menu ul.sub-menu li > a {
        max-width: 120px;
        min-width: unset;
        width: 100%;
    }
}

Regards,
PenciDesign.



morganmosess replied

Customer Reply
3242594936.png

still not working

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 1170px) {
    #navigation ul.menu ul.sub-menu li > a {
        max-width: 160px;
    }
}

Regards,
PenciDesign.



morganmosess started the conversation

Conversation Start

when on normal don't scroll, it's look like this, and when i scroll down it look like that

Want to join this conversation or access attachments? Sign in first.