• Can someone tell me how to decrease the height of my nav menu? It is just taking up too much space.

    P.S. I will be editing the code as opposed to creating a child theme (don’t know how to create CT’s yet…will learn soon). For the moment, however, I have kept a copy of the original code so I can go back to it if necessary.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can use a Custom CSS plugin if you don’t want to make a child theme – custom CSS manager is a good one. Then you need to post a link to your site.

    Do NOT, in any case, modify theme files – sorry that’s just not smart at all.

    Thread Starter pintsizepilot

    (@pintsizepilot)

    Okay, okay……I will. I know it wrong to modify the theme files ??

    Thanks.

    Child themes
    https://codex.www.ads-software.com/Child_Themes

    A blank (starter) child theme for any theme only require 2 things here

    • 1 folder with a name like twentytwelve-child
    • 1 text file saved as style.css in that folder, containing this comment block at the top
    /*
    Theme Name: Twenty Twelve Child
    Template: twentytwelve
    */
    
    @import url("../twentytwelve/style.css");
    
    /*===== Begin editing below this ===== */
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘decrease height of nav menu’ is closed to new replies.