Jump to content

kaydotjpg

Circle Member
  • Posts

    221
  • Joined

  • Last visited

Community Answers

  1. kaydotjpg's post in Centering Navigation was marked as the answer   
    I figured it out by using this code: 
     
    //center and unstack nav links//
    @logoActionSize: 4.8%;  <--- adjust this
    .header-layout-nav-center .header-display-desktop {
      .header-title-nav-wrapper {
        flex: 1 0 calc(~"100% - @{logoActionSize}");
      } 
      .header-actions {
        width: @logoActionSize;
      }
      .header-title {
        width: @logoActionSize;
        flex: 1 1 @logoActionSize;
      }
      .header-nav {
        width: calc(~"100% - @{logoActionSize} * 2");
        flex: 1 1 calc(~"100% - @{logoActionSize} * 2");
      }
    }
     
  2. kaydotjpg's post in Blocks Just NOT Showing in Mobile was marked as the answer   
    Figured it out- the footer underneath (that is hidden using CSS) was expanded so far down, that I had to shrink it completely for the blocks to show up. All good. 
  3. kaydotjpg's post in Why is my custom font in italics only? was marked as the answer   
    LOL, sorry, just realized my font under Site Styles > Fonts > Style was set to italics. Ignore me 
  4. kaydotjpg's post in Custom Font not on Nav Links was marked as the answer   
    Update: the code needed to be
    .header-nav-item
  5. kaydotjpg's post in Change Monospace Font Link Color was marked as the answer   
    I figured it out! Monospace text follows the same formatting as paragraphs. 
×
×
  • 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.