Is there a way to have the site logo appear in a different location for index page only? I have changed the css to allow the location of the logo to be moved down; however, it also affects all the other site pages.
Here is the css:
//**adds padding to logo on desktop**//
[data-nc-base="header"] [data-nc-container="bottom-right"] {
padding-top: 300px !important;
}
I also added this css to move the navigation higher.
Question
sandjanice 2
Site URL: https://smilodon-seahorse-nnbe.squarespace.com/
Is there a way to have the site logo appear in a different location for index page only? I have changed the css to allow the location of the logo to be moved down; however, it also affects all the other site pages.
Here is the css:
//**adds padding to logo on desktop**//
[data-nc-base="header"] [data-nc-container="bottom-right"] {
padding-top: 300px !important;
}
I also added this css to move the navigation higher.
//**moves menu to top**//
.Header-nav {
margin-top: -400px !important;
}
this is a test site located at
https://smilodon-seahorse-nnbe.squarespace.com/
password: LeaHMant1n1!
Link to post
Top Posters For This Question
1
1
Popular Days
May 25
1
May 27
1
Top Posters For This Question
sandjanice 1 post
tuanphan 1 post
Popular Days
May 25 2020
1 post
May 27 2020
1 post
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