Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

edit nav bar & change sidebar WordPress

  • SOLVED

My site: http://blog.westpointsales.com

I need to make the navigation bar at the top larger and easier to read.

Also, the sidebar is an option to turn on or off. Right now, the sidebar is on and I have links w/ the title "west Point Lincoln Mercury" but do not know why these are at the bottom and not in the sidebar section.

Would appreciate some help here as soon as possible!

Thanks!

Answers (3)

2010-08-11

Rashad Aliyev answers:

Hello,


<strong>for navigation bar:</strong>

edit your css file : http://blog.westpointsales.com/wp-content/themes/modularity-lite/style.css

#nav ul li { <strong>font-size: 10px; </strong>font-weight: bold; text-transform: lowercase; list-style: none; float: left; margin-right: 15px; position: relative;color:#eee }


for sidebar.

Send me your functions.php and home.php codes.


Allie H comments:

that css text is already in the css code


Rashad Aliyev comments:

Sure change it what you want. <strong>font-size: 10px</strong> make it for example <strong>font-size: 16px</strong>


Allie H comments:

Got it. Now for the sidebar so it appears the same on all computers?


Rashad Aliyev comments:

Do you see at widget area any sidebar?

I didn't catch it on your functions.
if ( function_exists('register_sidebars') )
register_sidebars(2);


add this code to your top of your functions for registered 2 sidebar.

Then you'll need to send me your home.php code. for editing.


Rashad Aliyev comments:

and also send me your sidebar.php .


Rashad Aliyev comments:

<strong>.... dynamic_sidebar('Sidebar') ) ....</strong>

you've got like this function in your sidebar.php that mean your sidebar name is " Sidebar ".

Insert something to here It'll show on the page. If is not and if you don't have any sidebar ON OFF function at your themes settings.

Tell me I'll offer you put it manually.



Rashad Aliyev comments:

<strong>My mission completed ;)</strong>

2010-08-11

Joe Jenkins answers:

I just took a look at the site, and the sidebar is showing up ok. Have you tried taking a look at it in a different browser?

I've taken a look in both Firefox & Opera.

2010-08-11

enodekciw answers:

1) Navigation issue:
Add this line to your stylesheet:
#nav ul li a {font-size: 16px !important;}

2) I really cant get what's wrong with the sidebar. As i see, you got a theme with two sidebar sections - one at the side, another at the bottom. So just drop widgets into right one and you're off to go bloggin! ;)