Jump to content

Change logo position

Go to solution Solved by Guest,

Recommended Posts

  • Replies 4
  • Views 486
  • Created
  • Last Reply

Top Posters In This Topic

12 hours ago, kristobans said:

Site URL: https://modernbusiness.squarespace.com

Is it possible to change the logo position in the 7.0 Brine theme? Picture in the attachment. 

07A9B781-01DB-4A9F-9466-FE43B5D41215_1_201_a.jpeg

like so?

@media only screen and (min-width: 768px) {
  [data-nc-container="top-left"] {
    position: relative;
    top: 50px;
    z-index: 9999;
  }
}

image.thumb.png.938511e1edbd75ca7fe98110cba07544.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • Solution
On 4/23/2021 at 5:36 AM, bangank36 said:

like so?


@media only screen and (min-width: 768px) {
  [data-nc-container="top-left"] {
    position: relative;
    top: 50px;
    z-index: 9999;
  }
}

image.thumb.png.938511e1edbd75ca7fe98110cba07544.png

Hey. Brilliant. Thank you. 

Link to comment

@kristobans I see on mobile, 2021 - contact is not same line. You can add this CSS to make them same line

/* footer mobile */
@media screen and (max-width:767px) {
div#footerBlocksBottom>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
div#footerBlocksBottom>.row:before, div#footerBlocksBottom>.row:after {
    display: none;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
1 hour ago, tuanphan said:

@kristobans I see on mobile, 2021 - contact is not same line. You can add this CSS to make them same line


/* footer mobile */
@media screen and (max-width:767px) {
div#footerBlocksBottom>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
div#footerBlocksBottom>.row:before, div#footerBlocksBottom>.row:after {
    display: none;
}
}

 

Hi. Brilliant. Thank you so much for that. It worked and it looks much better now. Cheers. 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.