Jump to content

EddiOS42

Member
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    EddiOS42 reacted to tuanphan in Customize title position of banner slideshow portfolio page   
    If you want to add code to Page Injection, use this code instead
    <style> .user-items-list-item-container[data-section-id="66221901f3557d3bbd478851"] .slide-content { position: relative; top: -50px; } </style>  
  2. Like
    EddiOS42 reacted to tuanphan in Customize title position of banner slideshow portfolio page   
    You can use this code to Website > Website Tools > Custom CSS
    .user-items-list-item-container[data-section-id="66221901f3557d3bbd478851"] .slide-content { position: relative; top: -50px; }  
  3. Like
    EddiOS42 reacted to Web_Solutions in Different aspect ratios for different portfolio pages   
    Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS.
    #collection-651773418cb7780c567aedd0, #collection-63f2add767ba5d2fb8c81329 { .portfolio-grid-overlay .grid-image, .portfolio-grid-overlay .grid-item { padding-bottom: 100% !important; } }  


  4. Thanks
    EddiOS42 reacted to tuanphan in Rounding corners for a grid portfolio page   
    ID of page: body#collection-651773418cb7780c567aedd0
  5. Like
    EddiOS42 reacted to tuanphan in How to remove underline site navigation on mobile view   
    Add this CSS
    nav.header-menu-nav-list .header-menu-nav-item * { background-image: none !important; text-decoration: none !important; border: none !important; }  
  6. Like
    EddiOS42 reacted to tuanphan in Move Navigation Pages to the Right Side   
    Keep your current layout (left nav - middle logo) then add this to Design > Custom CSS
    /* Nav to right */ @media screen and (min-width:992px) { .header-title-nav-wrapper { flex: 1 0 100% !important; flex-direction: row-reverse; } .header-nav-wrapper { text-align: right; } .header-title-logo a { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 99999; } }  
×
×
  • 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.