Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3334142
menu on header
Closed

Comments

  • morganmosess started the conversation

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

    Attached files:  Screenshot_15.jpg
      Screenshot_1.jpg

  •  2,486
    PenciDesign replied

    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 replied
    3242594936.png

    still not working

  •  2,486
    PenciDesign replied

    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
    4466401674.png

    same again

  •  2,486
    PenciDesign replied

    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 privately
  •  2,486
    PenciDesign replied

    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.



  • morganmosess replied

    thank you so much for fixed.

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

    6837063663.png


  •  2,486
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • morganmosess replied

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

  •  2,486
    PenciDesign replied

    Hi,

    Please read the document here to understand how to config it: https://www.wpbeginner.com/glossary/category/

    Regards,
    PenciDesign.