• Resolved jalonso

    (@jalonso)


    Hi all,

    I want to change the horizontal submenu to a vertical submenu on my website. How Can I do it?

    Thanks for your help!

    Jorge

Viewing 4 replies - 16 through 19 (of 19 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You answered right.

    If your client requested it then I guess there’s not much you can do about that.

    Try adding this CSS to the bottom of your Child Theme style.css file:

    @media screen and (min-width: 600px) {
     .main-navigation li ul { top: auto; }
    }
    Thread Starter jalonso

    (@jalonso)

    Yes. It works now!! Many thanks, Andrew!

    Thread Starter jalonso

    (@jalonso)

    Hi Andrew,

    Again me. While people send me content for the website I would want to offer some basic information to the users.

    (I have “hidden” the menu that you kindly helped me to build)

    Now I have the following problem

    I want to extend the margin between the Scribd document and the text aligned to the right…. but I could not do it. I think I need a HTML tag because that presentation will be (by the moment) only in this page. ?I am right?

    ?Can you help me, please?

    Regards

    Jorge

    South of Montana

    (@south-of-montana)

    Andrew: I was thinking your quick-and-easy fix might work for me, too.

    https://www.JustSkeinCrazy.com (I’m trying to get sub-menus, BELOW SKEINS – MIXTURES to fall VERTICALLY.)

    THIS is the page where I’m making changes, just FYI:

    photoshot child: Stylesheet (style.css)

    /*
    Theme Name: photoshot child
    Description:
    Author: admin
    Template: photoshot

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../photoshot/style.css”);

    #menu li ul li a:hover, #menu .current_page_item a, #menu .current-cat a, #menu .current-menu-item a {
    color: #FF6347;
    }
    .main-navigation li ul li { display: block; }

    As you can see, I added the line of code at the bottom–per your suggestion. But the sub-menus still run horizontal.

    Any suggestions? And, thank you!!!!!
    Michael (Arequipa, Peru/Missoula, MT)

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Theme: Twenty Twelve] How can I change the horizontal submenu to one vertical?’ is closed to new replies.