Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$15
edit nav bar & change sidebar
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!
This question has been answered.
Allie H | 08/11/10 at 8:20am
Edit
(3) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/12/10
8:05amRashad Aliyev says:Hello,
for navigation bar:
edit your css file : http://blog.westpointsales.com/wp-content/themes/modularity-lite/style.css
#nav ul li { font-size: 10px; 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.Previous versions of this answer: 08/11/10 at 8:26am
- 08/11/10 8:33am
Allie H says:that css text is already in the css code
- 08/11/10 8:34am
Rashad Aliyev says:Sure change it what you want. font-size: 10px make it for example font-size: 16px
- 08/11/10 8:39am
Allie H says:Got it. Now for the sidebar so it appears the same on all computers?
- 08/11/10 8:48am
Rashad Aliyev says: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. - 08/11/10 8:49am
Rashad Aliyev says:and also send me your sidebar.php .
- 08/11/10 9:29am
Rashad Aliyev says:.... dynamic_sidebar('Sidebar') ) ....
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.
- 08/11/10 9:46am
Rashad Aliyev says:My mission completed ;)
- 08/11/10 8:33am
-

Last edited:
08/11/10
8:26amJoe Jenkins says: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. -

Last edited:
08/11/10
4:07pmenodekciw says: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! ;)Previous versions of this answer: 08/11/10 at 8:46am | 08/11/10 at 4:07pm
This question has expired.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
