Logo specs for Bromley
- The topic ‘Logo specs for Bromley’ is closed to new replies.
Need help? Check out our Support site, then
Can you tell me the appropriate logo specs for Bromley and the CSS to add it to the top menu on the left? I already have a header, but don’t care for the look of the top menu site title.
Or—can you tell me how to keep the menu centered when I don’t show the site title and subheading?
The blog I need help with is: (visible only to logged in users)
Hi there – the easiest thing to do would be to center the menu when you hide the site title. The css for that would be:
.masthead .menu {
text-align:center;
}
.masthead .menu ul ul {
text-align:left;
}
For the logo – there’s no standard format for adding it – so it would depend what you want to do. I think it might be nice to look into adding logo support to the theme – but not sure when I’ll have the time to do that.
If you want to go for the centered menu for now then I can let you know if/ when I add logo support to the theme.
Thanks. The centered menu looks great. I love the Bromley theme for my purposes.