Jump to content

Maritu

Circle Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Maritu

  1. HI! Thanks for replying. Yes I solved the logo problem because I created 2 sections one for mobile and another one for desktop. In case someone comes across this topic, you can hide a desktop section with this code: @media only screen and (max-width:767px) { section[data-section-id="Your Section ID here"] {display:none} } And you can hide a mobile section with this code: @media screen and (min-width: 768px) { section[data-section-id=“Your Section ID here”] { display:none !important; } }
  2. I was able to vertically center the logo and text with this code: section[data-section-id="623135206e234714222033f9"] .row { display: flex; align-items: center; justify-content: center; } But now the logo is hiding on mobile view, how can I solve that?
  3. Site URL: https://snflwragencies.com/ Hi! I'm editing the footer at https://snflwragencies.com/ and I'm trying to vertically center-aligned logo with the text. This is how it looks right now: Clearly, you can see that the menu is not center aligned with the menu. My original idea was to make it look like this: How can I solve this? Thanks in advance 🙂
×
×
  • 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.