Hello,

While appreciating your efforts for such a nice theme, you attention is drawn on following bugs of theme:

1. Menu does not display properly when logo is used. Ideally the menu should remain on same place instead of moving up. (Picture Menu Errors enclosed)

2. The logo placement is not correct, it should be in extreme left of the header (Picture Menu Errors enclosed)

3. Default Search bar also does not displays correctly. (No Picture)

4. With all blocks in RSB (Right Side bar) & empty LSB (Left Side Bar), the width blocks in Right side bar expands abnormally. (Picture Display Errors enclosed)

5. With all blocks in RSB & empty LSB, the width blocks theme does not displays correctly. (Picture Display Errors enclosed)

6. With all blocks in RSB & empty LSB, The display of main content is cropped from right side.(Picture Display Errors enclosed)

7. With all blocks in RSB & empty LSB, The block start displaying from the point where content display finishes.(Picture Display Errors enclosed)

8. With all blocks in RSB & empty LSB, the drupal block admin page also has problems in display. (Picture Display Errors enclosed)

Please check and update (NOTE: Checked on IE-8 in both normal and compatibility modes)

Thanks

Rugman

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

makcum’s picture

A quick fix for #6 - style.css line 454
Change width from 95% to $98%. Worked for me at www.britalica.com

441 /************************/
442 /* MAIN AREA WRAPPER */
443 /* (Sidebars + Content) */
444 /************************/
445
446 #main {
447 background: transparent url('images/content-gradient.png') repeat-x 0 1px;
448 padding: 0 10px;
449 }
450
451 #main-wrapper {
452 margin: 0 auto;
453 overflow: hidden;
454 width: 98%;
455 }

Rugman’s picture

Hi,

Many thanks for quickfix

Rugman

giorgio79’s picture

Thanks, will commit it this weekend.

Rugman’s picture

Please also note that while it displays ok in IE-8/7, the blocks layout is disturbed on Safari & Firefox

balik kampung’s picture

Hello all,
To overcome the display of primary menu problem place the following line in theme style.css.
Look for the line 327 and place line-height: 90% or 100%; as follows.

#site-name { /* site name link */
font-size: 2.8em;
line-height: 90%;
margin: 0;
padding-top:15px;
}

And in Preface region remove the minimum-height as follows:

/********************************/
/* PREFACE REGIONS */
/********************************/

#preface {
background: #CBCFD2;
padding-left: 15px;
}

You primary menu now appears just as u expected.
good luck