• Resolved arthurbovino

    (@arthurbovino)


    Hoping someone can give me some guidance.

    I would like to take the nav bar items listed next to the logo on my site vertically, to be listed either horizontally below the logo along the length of the pictures.

    Anyone have any insight as to how to do that?

    Any help much appreciated.

    https://www.graffeatinyc.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • This topic covers what your looking for

    https://www.ads-software.com/support/topic/376906

    Thread Starter arthurbovino

    (@arthurbovino)

    Hey, iistudios,

    Thanks very much for the help on that. It worked.

    Is there a way that you know of to:
    -change the font for those category headers
    -make them nested with cascading subheds that disappear until you click on them and then they scroll down?

    Best.

    Not really that up on all of this but the styles.css has all the controls no doubt you could add a js based cascading menu but I’ve not looking into it.

    in line 65 of style.css modify the code and write this

    #access {display:table;height:50px;horizontal-align:right;width:800px;float:left;}
    #access #menu {horizontal-align:right;display:table-cell;font-size:0.7em;}
    #access #menu ul {horizontal-align:right;display:block}
    #access #menu ul li ul {margin-left:2px;}
    #access #menu a{font-weight:800;}
    #menu {float:left}
    #menu li {display:inline;margin:0 15px 0 0}

    the result is https://www.ntalberto.com

    regards

    Thread Starter arthurbovino

    (@arthurbovino)

    Not quite what I had in mind by cascading but thanks, no longer looking to do that.

    Hi Arthur,

    I’m using the Autofocus template, too, and really like what you did with it in your graffeatinyc site. Was hoping you share how you encoded the horizontal menu and how you made all the post images one size?

    Thanks much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Making the Vertical Nav Bar Horizontal on Autofocus’ is closed to new replies.