• i am trying to get my menu bar or display to be smaller.. the width across is perfect but the height of the menu is to long and expands into the slider with my drop down part of the menu. i am editing with css file..www.gaentmag.com .. with the canyon theme… the menu code is below:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Just glancing at the page and your CSS, this block looks suspicious…..

    #submenu ul {
    width: 103%;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 0px;
    height: 100px }

    Maybe try knocking that height down a bit?

    Thread Starter jbruno4th

    (@jbruno4th)

    i just tried updating the height and it moved the location of the menu but the menu length height wise is still unchanged.. any idea what i can try next.. check the site out and see the changes.. https://www.gaentmag.com

    Thread Starter jbruno4th

    (@jbruno4th)

    also i am using a font uploader plugin… and i cant seem to understand how to use the advanced elements.. i cant seem to get font of my postings to show with this plugin.

    Okay, checked it out again.

    Look at:

    #submenu li a

    Your padding is set to 50px. That seems a bit high. I wouldn’t be convinced that it isn’t an issue between that ul height and the padding of the list element…..

    Please try and post back.

    I’m guessing this is a CSS issue and not a plugin incompatibility issue….

    Thread Starter jbruno4th

    (@jbruno4th)

    ok i made the edits that changed menu spacing at the bottom of the menu and the drop down for the TV tag looks better but the space at the top of the menu bar between the menu and the blogname or title is still way too big. checkout out what have changed https://www.gaentmag.com

    #submenu li a looks like it still has padding-top set to 50px.

    Could you try knocking that down to something like 10px or less? Just the padding-top. Just to see.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘menu editing’ is closed to new replies.