Hello Danang,

I'm having problems adjusting the Site Slogan (just under the Site Name). In IE, the text wraps to the right of the Site Name on the same line. In other browsers like Chrome and Safari, it appears as a next line as it should be. (See attached pictures)
I've looked at the CSS code but no adjustment has fixed the issue so I assume it is an IE and Firefox issue?

Secondly, I'd like to add space between the Site Slogan and then blue link area as well.

I would appreciate your kind help!

CommentFileSizeAuthor
chrome_left.jpg43.96 KBmichaelp6of7
ff_right.jpg74.54 KBmichaelp6of7
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

Hi,
The site slogan is coming in the same line because of .logo-text {display:inline;}this css. Try adding following css code in your local.css file.

.logo-text {
  clear: left;
  display: block;
  margin-bottom: -4px;
  margin-top: 6px;
  padding-left: 10px;
}

#menu {
  margin: 3em auto 0;
}

Change the value of 'margin' according to your needs. Please clear cached data here-/admin/settings/performance
HTH!!

Rgrds,
Deepika Chavan.

danpros’s picture

Category: bug » support
Status: Active » Fixed

Hi,

Yes you can modify the CSS to achieve that.

Dan

Automatically closed -- issue fixed for 2 weeks with no activity.