I am referring to version 6.x-3.1 because I am assuming that your patch and version 6.x-3.1 are identical.

When you hover over the links in the navigation bar there is a little inconsistancy.
Check screenshot: http://i34.tinypic.com/vpyoaq.jpg

2. How do I remove the extra white space from the right top box? Does the right top box has its own css styling because I would love to remove the border only from the right top box. :)
Check screenshot: http://i37.tinypic.com/5bqkh5.jpg

CommentFileSizeAuthor
#4 whiteline.jpg7.78 KBtypehost
#4 menu.jpg5.95 KBtypehost

Comments

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz
Category: bug » support

What browser are you using? Hover doesn't appear like that to me in IE6, 7 or FF3.

To remove the border, white space ect for a particular block use CSS, something along the lines of...

#right-top-box .block, 
#right-top-box .block .content {border: none; margin: 0; padding: 0;}

You'll have to tweak for your preferred browsers and particular taste (margin and padding adjustments, aligning elements etc).

In the future please post multiple issues as separate issues, that way I can manage them more easily (such as for the Category and status of each issue).

portait’s picture

This is strange, I am using Firefox 3.01 on OSX. I have tried it also with Firefox 3.01 on WinXP with the same result.
See screenshot: http://i34.tinypic.com/2a5ke86.jpg

Maybe it is because I am using a "jpg" logo?

Sorry for posting multipe problems in one post. Thanks for the css code. :)

Jeff Burnz’s picture

Could be, I'll try to get a change to look on a Mac (mine is on the blink right now, dang it).

When its live give me a shout on this thread and I'll take a look, probably a quite simple CSS tweak for your site.

typehost’s picture

StatusFileSize
new5.95 KB
new7.78 KB

Thanks for the update on this - one of the best themes I have used for Drupal and adding the extra block regions on the right is an excellent addition. However, after upgrading I also found a small navigation bug... a white line appears on the top of the menu just above the RSS button. See attached screenshot. Happens in FF3 & IE7.

Also, I would like to change the menu on the left, so the entire bar displays a single color (see second screenshot) - any suggestions for that also appreciated.

This upgrade also affected the way my slideshows in the header region display, cutting off half of the bottom line of text on some frames that were displaying fine before, but I'll dig into the CSS when I have the time and see if I can fix it without changing all the pages individually.

Jeff Burnz’s picture

@typehost - how odd about the RSS white line, that has be stumped! I really need to see something live as I just don't see that on my test installs.

To change the menu bar you only need to change one line of CSS. In the style sheet for the color theme you are using - for example "newswire_rubinator.css" (all the color specific stylesheets are in the /css/ folder), look for this line:

#primary-menu {
  border-left: 15px solid #A00002;  
}

Change it to:

#primary-menu {
  margin-left: 15px;  
}
typehost’s picture

The second question I solved by editing the color in the newswire_washington.css file:

#suckerfish {
border-left: 15px solid #336699;
}

The slideshow issue I solved by changing overflow from hidden to visible.

Not big issues, but still haven't figured out what is causing the white line on the right of the menu.

portait’s picture

When its live give me a shout on this thread and I'll take a look, probably a quite simple CSS tweak for your site.

The site is located at: http://www.ekine.de

Jeff Burnz’s picture

@portait

Hey, now I see the problem - you are going to have to change a few paddings in style.css -these are around lines 122 - 136, just change the paddings, nothing else, that should fix your problem.

#primary-menu ul.links {
  margin: 8px 0 8px;
}

#primary-menu ul.links li a {
  padding: 10px 15px 9px;
}

BTW - I really like the colours you have used, the green is most appealing.

portait’s picture

Thank you very much. That worked great. :) I am glad to hear that you like the colours, because out of many we had one critical voice about the green colour. But best of all drupal themes is the newswire theme. ;) Thanks for releasing it.

Jeff Burnz’s picture

Status: Active » Closed (fixed)
hellaswebnews’s picture

hi jmburnz

I have an issue you might be able to help.

My top navigation menu apperas twice, in the side coln (which is exactly where I wanted to be) and the suckerfish menu where I do not wanted at all !!!

Can you guide me to get it off the suckerfish menu?

the site is: www.hellaswebnews.com

I would greatly appreciate your help since I have already spent a few days on it unsuccessfully :(

regards, hellaswebnews.

Jeff Burnz’s picture

@aris53m - switch one off (disable) using the block configuration or Nice menus, whichever one you dont want. This is not theme related.

Next time you have an issue please start a new thread and do not hijak older threads for you own use.

hellaswebnews’s picture

thx, and sorry for the wrong placed post