Hi, I'm doing a new website in Squarespace, trying to get the meny situation of "centered logo, menu on the right". I'm trying to use custom CSS and sometimes it works? But only in "edit CSS" mode? Right now it's not happening at all. Does anyone have a simple fix for this? Trying to center the logo on a design with the menu on the right.
seems to work but only in the editing-space? As soon as I save and exit it's no longer centered (but it is saved, and will center if I enter Custom CSS).
Question
AnnaMargareta 0
Hi, I'm doing a new website in Squarespace, trying to get the meny situation of "centered logo, menu on the right". I'm trying to use custom CSS and sometimes it works? But only in "edit CSS" mode? Right now it's not happening at all. Does anyone have a simple fix for this? Trying to center the logo on a design with the menu on the right.
The code:
.header-title-logo {
display: flex;
justify-content: center;
}
.header-title-logo img {
width: auto;
max-width: 100%;
max-height: 90px;
margin: auto;
}
This solution:
margin-left:150%;
seems to work but only in the editing-space? As soon as I save and exit it's no longer centered (but it is saved, and will center if I enter Custom CSS).

Edited by AnnaMargaretaAdded more context
Link to post
Top Posters For This Question
1
1
Popular Days
Feb 19
1
Feb 22
1
Top Posters For This Question
AnnaMargareta 1 post
tuanphan 1 post
Popular Days
Feb 19 2021
1 post
Feb 22 2021
1 post
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment