Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #5873
    burak
    Participant

    My  Problem is, the border of my last  menu “REFERENZEN”. The link: http://web812.webtest.flyhost.de/wordpress/

    How do I solve the Problem?

    #6057
    Sakin
    Keymaster

    @burak: Just add the following CSS in your “Custom CSS” box in Theme Options panel.

    #header #mainmenu ul li:last-child { border-right: none; }
    #header #mainmenu ul li:last-child a { padding: 0 15px; }

    #6061
    burak
    Participant

    Thank you very much! It solved my problem….Very good support! 🙂

    #6164
    chukarnold
    Participant

    I’m having the same problem exactly. But when I copy and paste this code:

    #header #mainmenu ul li:last-child { border-right: none; }
    #header #mainmenu ul li:last-child a { padding: 0 15px; }

    which burak says worked for him –it doesn’t work for me.

    The right hand end of my menu has white space when you hover over “Contact Us”

    My url : http://arnoldgenealogy.com

    #6169
    burak
    Participant

    when I hover over it then I also have white space. Only the border isn´t there anymore.

    #6175
    Sakin
    Keymaster

    @chukarnold: We cannot completely remove the white space in the right had due to flexible size of menu item. But the following css will help you to make it smaller. Just replace your current CSS in “Custom CSS” box in Theme Options panel to the follow:

    #header #mainmenu ul li a { padding: 0 16px; }
    #header #mainmenu ul li:last-child { border-right: none; }
    #header #mainmenu ul li:last-child a { padding: 0 19px; }

    #6303
    burak
    Participant

    I have a question again. What can we do to change the grey background of simple catch theme? I don´t mean the background below which I can change with theme settings I mean the background behind the slider

    #6308
    Sakin
    Keymaster

    @burak: If you want to add the background in the header behind the slider in Simple Catch Theme then just add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
    #header { background: none #000000; }

    #6310
    burak
    Participant

    fantastic..thank you very much sakin 🙂 it works!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Changing Menu space and borders’ is closed to new replies.