You can move the logo to the left of 50px others? I have tried in various ways without success. How can I do? Thanks

CommentFileSizeAuthor
#3 Schermata.png52.18 KBenzo de simone
#3 Schermata2.png81.41 KBenzo de simone

Comments

enzo de simone’s picture

I can move the logo to the left of 50px others? I have tried in various ways without success. How can I do? Thanks

Deepika.chavan’s picture

Hi,
Rename local-sample.css file to 'local.css' . Add following code in local.css file.

#header-group {
  margin-left: 10px;
}

#logo {
  float: left;
  margin: 0 10em 0 0;
}

Change the value of 'margin-left' and logo's 'margin' according to your requirement.
Clear cached data here- /admin/settings/performance .
Hope this is what you wanted.
HTH !!

Rgrds,
Deepika Chavan.

enzo de simone’s picture

StatusFileSize
new81.41 KB
new52.18 KB

First of all thanks for the reply and sorry for my bad English. I hope to make me understand more with the images. The first indicates the current situation and the second one that I would get.
I already use local.css and I tried this solution but it don't works:
#header-group {
margin-left: -50px;
}

#logo {
float: left;
margin: 0 -50px 0 0;
}

goody815’s picture

Assigned: Unassigned » goody815
Status: Active » Postponed (maintainer needs more info)

hi hopfrog,

can you post a link to your site. you should be able to do this with Deepika.chavan's css from post #2

enzo de simone’s picture

Thanks, but I solved

goody815’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

hopfrog,

good to hear that. i'm going to close the issue then.