• I’m using the Theme “Mouse-IT 1.00 by TemplateLite.com”. I’m trying to create more pages on my site but the header across the top of my page that has the links for my pages isn’t showing all the pages I have created. I have added the “Pages” widget to my sidebar that does show all the pages – but to me – it’s misleading when not seeing them horizontally across the top of my page too. I’m guessing the space needs to be increased somehow to incorporate this, but not sure how.

    This can be found by going to my web site https://www.chaddahlberg.com.

    Any thoughts WordPress experts?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your style.css

    Look for this style:

    #menu ul li a {
    	display: block;
    	float: left;
    	line-height: 35px;
    	color: #ffffff;
    	padding: 0px 15px 3px 15px;
    	margin:0px 0 0 0 ;
    	text-decoration:none;
    }

    Replace it with this:

    #menu ul li a {
    	display: block;
    	float: left;
    	line-height: 35px;
    	color: #ffffff;
    	padding: 0px 4px 3px 4px;
    	margin:0px 0 0 0 ;
    	text-decoration:none;
    }

    That should work.

    Thread Starter chaddahlberg

    (@chaddahlberg)

    Thank you mheltone for this suggestion – that fixed the spacing. A couple other questions – if you don’t mind.

    1.) Is there a way to get the horizonal page bar to go across 2 rows – in case I continue to add additional pages and run out of room on one row? This isn’t a big deal either way – but thought I’d ask.

    2.) With the Parent/Child relationship I setup – when you hover over “Auctions” across the top row, it should display below that “Test Auction” – as you can see by my Page widget on the left. Any ideas how to get these “children” to appear below the parent when hovering over it – as I see on other web sites?

    Thanks for taking the time!

    https://www.ads-software.com/extend/plugins/pixopoint-menu/
    Try that plug-in.. It works well for me.

    Thread Starter chaddahlberg

    (@chaddahlberg)

    I tried this and it originally worked ok. After I went back into my site a few hours later – when I go into the Plugin – on the “Home” tab – in the “Menu Contents” section – I was previously able to drag and drop the sections as needed (between Main Menu items, Second Menu items, and Inactive Items). However – now I cannot. Have you had this happen before or do you have any suggestions mheltone?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not All Pages Showing in Header But Do In Pages Widget’ is closed to new replies.