Jump to content

HerMessyBun

Circle Member
  • Posts

    18
  • Joined

  • Last visited

Community Answers

  1. HerMessyBun's post in White space at bottom of resized page was marked as the answer   
    It looks like it's only happening when the screen size surpasses size of that section, and since you're not using your default site theme for that section the white gap appears. 
    Two options:
    1. Change the default site theme background to match that light grey color. Usually the default color theme is Lightest 1, you can confirm that by adding a blank section to a webpage and seeing which theme is being used. 
    2. If you don't want to mess with your colors you can add some css to make this section "auto fit" the screen, no matter what size screen you're on.  Website Tools  → Custom CSS 
    //homepage banner full screen// @media (min-width: 720px) { section[data-section-id="6642282f68e9d772ca52d822"] { height: 100vh !important; } }  
  2. HerMessyBun's post in Adding a Continue Shopping button underneath 'add to cart' was marked as the answer   
    The quickest way without coding would be to add it in the "Additional Info".
    Edit Product - Details - Additional Info
  3. HerMessyBun's post in button on header page get hidden under mobile tray was marked as the answer   
    It's only hidden because your mobile information bar is not disabled. When it's disabled you can see the button just fine. If you want your mobile information bar on, then I'd recommend shortening your mobile nav with this css:
     
    .header-menu-nav-folder-content {     flex-grow: 0;    text-align: left;      }  
    Let me know if this helps!
     
    xo Danielle
×
×
  • 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.