Center Image Logo in header – Epic
URL to the page in question:
http://
-
Bill, can you please share a custom CSS so that I can make the image logo center rather than flush left in Epic? I didn’t see an option for alignment in any of the customization choices.
Thanks, Kim H
Hello Kim,
You can do that. Here’s how:
- Go to the Theme Options page and select the Styling tab.
- Scroll down to the Custom CSS box and paste this:
.outside-logo #logo,
.outside-logo #text-logo {
float: none;
text-align: center;
}
- Update your settings.
If you run into trouble, let me know,
Bill
As always, your help is right on the nose. Thanks much, Kim H
- The topic ‘Center Image Logo in header – Epic’ is closed to new replies.