Archived topic
Header Logo Position & Social Share Icons
5 replies · Started by _blank on May 28, 2018
Hi
I’m using this CSS below to move Social Icons to left of header.
/*Widget header */
.header-widget {
float: left;
max-width: 50%;
}
Header Alignment is set to Centre but the logo is slightly off centre.
I’m guessing the Social widget is pushing over somehow.
Thanks
Scott
Hi there,
I'm unable to load your site (Gateway Timeout).
Can you double check to make sure it's not locked or anything?
Thanks!
Hi Leo
Sorry about that. It was locked on Friday but we removed it. Can you try again.
Thanks
Scott
Try this CSS:
@media (min-width: 769px) {
.header-widget {
position: absolute;
left: 0;
}
}
Hi Leo
That worked.
Thanks again.
Scott
No problem!