I have been wracking my brain over this for hours now: How can I align the logo at the top of the page to be horizontically right in the center of the top-wrapper/header? You can see my site at http://www.runicgamesfansite.com/torchlightmods/ . You might not recognize the theme for all the css changes I have made, but this one little thing is driving me crazy.

Comments

aloyr’s picture

Status: Active » Needs review

webbstre, you can add a new css file with your modifications or change the beach.css around line 90 and add a width and a text-align properties to the branding id so it looks like this:

#branding {
  float: left;
  margin: 0;
  min-width: 220px;
  text-align: center;
  width: 100%;
}
Webbstre’s picture

Status: Needs review » Closed (fixed)

Thank you! It worked! For some reason that width: 100% was the piece I was missing.

aloyr’s picture

Assigned: Unassigned » aloyr
OnthegOinOz’s picture

Hi aloyr,

I am using this code you mention on the blommor01 theme...You might help me understand... using this code only enlarged my logo, whilst still not centred??

any ideas?

thanks