Forums

Pages Titles Need space below (3 posts)

  1. erikacon
    Member
    Posted 3 years ago #

    http://tapc.ca

    If you look across the top, you will see the pages listed starting with Events, Become a Member, etc.

    It needs a space under it. Where do I go to correct this?

    Thank you in advance.

    I don't know if this helps but in header.php, I found this, the first two titles of the pages:

    <li class="page_item page-item-407 current_page_item">Events

    <li class="page_item page-item-407 current_page_item">Become a Member
    <?php wp_list_pages('title_li=&depth=1');?>

    But not the rest of the pages. Is this what's screwing it up?

  2. alchymyth
    The Sweeper & Moderator
    Posted 3 years ago #

    make backup copies of your theme files before editing

    edit style.css of the theme; look for:

    #menu {
    	text-align:right;
    	padding:10px 0 0;
    	height:30px;
    	line-height:30px;
    	font-family:Tahoma, Verdana, Arial, Serif;
    }

    change 'height:40px;' (from 30px to 40px); so these lines look like:

    #menu {
    	text-align:right;
    	padding:10px 0 0;
    	height:40px;
    	line-height:30px;
    	font-family:Tahoma, Verdana, Arial, Serif;
    }

    save the changes.

    hopefully, that should be all.

  3. erikacon
    Member
    Posted 3 years ago #

    Yes. That did it. Thank you so much.

Topic Closed

This topic has been closed to new replies.

About this Topic