• I was looking at my menus over at my sites that use raindrops and I noticed something. There are spaces on some of the menu buttons. For examples..

    Home | Blog [Space Here } |Forums | Shop [Space Here}| Contact etc… is there a way to fix this?

    I put space here because it wont look right with out it there… but thats blank space.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Checked URL https://www.abovethefirehouse.com

    You seem to have hidden the already what would be displayed in the customization.

    custom css

    #access .page_item_has_children > a:after,#access .menu-item-has-children > a:after,.ie8 #access .page_item_has_children > a:after,.ie8 #access .menu-item-has-children > a:after{
        content:'';
    
    }

    If you no need space then try below

    #access .menu > .page_item_has_children, #access .menu > .menu-item-has-children{
    	padding-right:0;
    }
    Thread Starter atfpodcast

    (@atfpodcast)

    hmmmm i dont have that in my css the first one. k

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menus look different’ is closed to new replies.