Jump to content

sorca_marian

Circle Member
  • Posts

    621
  • Joined

  • Last visited

Posts posted by sorca_marian

  1. Updated

    .header-display-desktop .header-title-nav-wrapper .header-nav-list {
        display: flex;
        flex-direction : column;
        align-items: baseline;
    }
    
    .header-display-desktop .header-nav {
        flex: 0;
    }
    
    .header-display-desktop .header-nav,
    .header-display-desktop  .header-actions--right {
        flex-direction : column;
        width: auto;
    }
    
    .header-display-desktop .header-actions-action--social {
        order : -2;
    }
    
    .header-display-desktop .header-actions-action--cta {
        order : -1;
        margin-top : 5px;
        margin-bottom : 5px;
    }

     

    Screenshot 2024-03-18 at 22.58.47.png

  2. You can add this in the page header code injection of the page.
    You can adjust the font size from 3em to how much you want

    <style>
    @media(min-width: 768px){
        
        #home-hero-slideshow-banner h2 {
            font-size: 3em!important;
            line-height: 200%!important;
        }
        
    }
    </style>

     

    Screenshot 2024-03-18 at 22.54.20.png

  3. Like this?

     

    .header-display-desktop .header-title-nav-wrapper .header-nav-list {
        display: flex;
        flex-direction : column;
        align-items: baseline;
    }
    
    .header-display-desktop  .header-actions--right {
        flex-direction : column;
        width: auto;
    }
    
    .header-display-desktop .header-actions-action--social {
        order : -2;
    }
    
    .header-display-desktop .header-actions-action--cta {
        order : -1;
        margin-top : 5px;
        margin-bottom : 5px;
    }

     

    Screenshot 2024-03-18 at 22.44.17.png

×
×
  • 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.