1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 07 May 2019
  5.  Subscribe via email
Good morning Ciaran,

I'm renovating a website and now using the Everly template. Can you please inform me how to centre the logo-text?

(adding a simple text-align: center didn't work)

Thank you once again!
References
  1. https://costadeprata.info/nl
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#logo {
text-align: center;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
To also centre your graphic in the header-1 position you can add the following...

.header-1 {
margin-left: auto;
}
.header-2 {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks once again!
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!