Jump to content

LeonXDavis

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by LeonXDavis

  1. Hey @tuanphan,

    Thank you again. I am running into one small issue for the managers section of the code (I made some changes and got it to work for the most part) but in some screen sizes the last person in that section is cut off and it is now longer centered. But it works in full screen and when the screen is smaller as well. 

    Here is the code: 

    /* managers */
    .user-items-list-item-container[data-section-id="635beb75bd7bbd5929b3adbd"] li {
        position: relative;
        left: calc(~"50% + 30px");
    }

    Screen Shot 2022-11-04 at 12.00.22 PM.png

  2. 6 hours ago, tuanphan said:

    Add to Design > Custom CSS

    /* Center about us page list items */
    @media screen and (min-width:992px) {
    /* partners */
    .user-items-list-item-container[data-section-id="634d6a2bdcc91a29a1bbde84"] li:nth-child(n+5) {
        position: relative;
        left: calc(~"100% + 60px");
    }
    /* managers */
    .user-items-list-item-container[data-section-id="635beb75bd7bbd5929b3adbd"] li {
        position: relative;
        left: calc(~"150% + 60px");
    }
    /* coaches */
    .user-items-list-item-container[data-section-id="635bec1aad70df3f1cb20fdc"] li:nth-child(19) {
        position: relative;
        left: calc(~"300% + 60px");
    }}

     

    Thank you so much! 

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