Archived topic
Keep logo centered when adding widgets to header
6 replies · Started by Elwin Hoover on October 23, 2014
Hi there,
When I add a widget to the header widget area, it un-centers my centered logo. Any way to fix? hooverlandclearing.com
You could use absolute positioning on the header widget - but I like to avoid that if at all possible.
The header on your site looks great - I think adding a header widget may make it a little cramped up there?
Let me know - if you'd like I can provide the absolute positioning code :)
Hi Tom,
Thank you for the awesome support. I'm going to keep it the way it is. Thank you for your reply.
Hi Tom,
Would you please provide absolute positioning code. Thank you so much.
Give this a shot:
@media (min-width: 769px) {
.header-widget {
position: absolute;
right: 0;
}
}
Let me know :)
Hi Tom,
It's working, so awesome!
Great! :)