Hi! I’m using the Broadcast theme to build my page. For some reason, nothing seems to be correctly aligned.
I’ve set my banner to align left, but i’m having trouble having it match the alignment on the navigation header.
Similarly, the logo is supposed to be centered, but it is slightly to the left. Code reads:
.header__logo__link {
display: block;
text-decoration: none;
color: var(--text);
position: relative;
max-width: 50vw;
and UI selected is:
but is there a way to make it truly centered? right now its very obvious that it’s in the middle but to one side
Any help would be much appreciated!
Website: qori.nyc
PW: thauld
Hello @Winhac3
Could you please share your store url ( with pass if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
You can follow these steps:
- Go to Online Store → Theme → Edit code
- Open your theme.css file and paste the following code below:
.announcement__text > div{
margin: 0;
}
.announcement__bar .cart__message.is-hidden{
padding: 0;
}
.announcement__text{
padding: 0 15px;
}
.announcement__message{
padding-left: var(--outer);
padding-right: var(--outer);
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Worked like a charm! thank you so much!
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team