The logo and slogan text seems to be center aligned. I was wanting it to be aligned to the left. is this possible?

Thanks

Comments

Deepika.chavan’s picture

Hi,

1. Add following css code in local.css file :

#logo{
  padding: 8px 50px 8px 0px;
} 

2. Clear cached data here- /admin/config/development/performance.
Hope this is what you wanted.

Rgrds,
Deepika Chavan.