Jump to content

I need to my logo to fit the entire width of the web and mobile page.

Recommended Posts

On 6/25/2021 at 3:53 AM, Niamhhi said:

Site URL: https://www.morrisseysofdoonbeg.ie/

Hi everyone,

My logo is boxed with two lines coming out of either side.
I need the lines to appear to stretch the complete width of the screen.
 

Any help would be greatly appreciated. 

try adding this to design- custom css

@media only screen and (max-width: 640px) {
  .header-display-mobile {
      display: block;
  }
  .header-title-logo {
    padding-left: 0 !important;
  }
}

 

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
On 6/25/2021 at 3:53 AM, Niamhhi said:

Site URL: https://www.morrisseysofdoonbeg.ie/

Hi everyone,

My logo is boxed with two lines coming out of either side.
I need the lines to appear to stretch the complete width of the screen.
 

Any help would be greatly appreciated. 

Do you need support on these?

Site URL: https://www.morrisseysofdoonbeg.ie/

1. (Mobile/Tablet) Don’t see the gift voucher button

morrisseysofdoonbeg.ie-03-min.png

2. Need resize header on scroll?

morrisseysofdoonbeg.ie-02-2-min-1.jpg

3. (Tablet-Footer) Make email not break?

morrisseysofdoonbeg.ie-03-2-min.jpg

4. (Tablet-Homepage) Center Online Waitlist?

morrisseysofdoonbeg.ie-04-2-min.jpg

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
On 7/9/2021 at 1:29 AM, Niamhhi said:

Yes please, 2, 3 & 4

That would be great thank you!

Add to Design > Custom CSS

/* q2 resize header on scroll */
header#header img {
	transition: all 0.3s;
}
header#header.shrink img {
    max-height: 100px;
	transition: all 0.3s;
}
header#header.shrink .header-announcement-bar-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

Q3. Add to Design > Custom CSS

/* tablet email not break */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-972c1acd264cf5b62a2e {
    padding-left: 0;
}
div#block-972c1acd264cf5b62a2e a {
    white-space: nowrap;
    position: relative;
    left: -20px;
}
}

 

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

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.