Jump to content

dv_louise_designs

Member
  • Posts

    27
  • Joined

  • Last visited

Posts posted by dv_louise_designs

  1. On 7/22/2022 at 9:41 AM, bangank36 said:

    2. Adding to Home > Design > Custom Css

    .header-nav {
      position: absolute;
      top: 5px;
      bottom: 0;
      margin-top: 0!important;
      margin-left: -50px!important;
    }
    .header-nav-item:nth-of-type(2) {
      margin-right: 340px!important;
    }
    
    .header-title-logo a {
      z-index: 1000;
      position: relative;
    }

    Let me know how it works on your site

    Hey @bangank36! It worked well, except when I shrink my window to a certain size and below it condenses too much with unwanted overlap. I also adjusted your code slightly, let me know what you think!

    Updated code:

    .header-nav {
      position: absolute;
      top: 10px;
      bottom: 0;
      margin-top: 0px!important;
      margin-left: 60px!important;
    }
    
    .header-nav-item:nth-of-type(2) {
      margin-right: 350px!important;
    }

    image.thumb.png.2f7bca3bda62f5bbb4faadbea2296528.png

  2. On 8/4/2020 at 3:45 PM, clarson1229 said:
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    
    <script>
    $( document ).ready(function() {
    	$( ".header-actions-action.header-actions-action--social" ).append("<div class='ec-cart-widget'></div>");
    });
    </script>

    and then a bit of css to make the bag the same size as the other icons and change the color to be the same. 

    .ec-minicart--no-shape{
      padding: 0px !important; 
    }
    .ec-minicart__icon{
      height: 30px !important;
      width: 30px !important;
    }
    .ec-minicart__icon .icon-default path[stroke], .ec-minicart__icon .icon-default circle[stroke]{
      stroke: #(color code you want) !important;
    }

     

    @clarson1229 this was so helpful, thank you!! do you know if there is way to make it so the cart icon is to the left of the CTA button? Also - how to show it in mobile?

    I modified the code to be .header-actions-action--CTA but it puts it below the CTA on the left side, whereas I want it to be the same level to the left of the CTA.

     

    Site: https://magnolia-sawfish-bdxx.squarespace.com/

    Pass: demo

     

    Also in case you're not an active user anymore, @tuanphan any ideas? 

  3. Quote
    On 3/10/2022 at 2:27 PM, dv_louise_designs said:

    yes - how do I keep the text to a certain number of lines (1 or 2) regardless of window size? especially on mobile. I want to keep the images aligned and text wrapping messes that up. first set of images is from Home Page (I believe I fixed it for mobile view).

     

    second set of images is from Meet the Team page. 

    Screen Shot 2022-03-10 at 1.05.07 PM.png

    Screen Shot 2022-03-10 at 1.05.00 PM.png

    Screen Shot 2022-03-10 at 2.26.24 PM.png

    Screen Shot 2022-03-10 at 2.26.12 PM.png

     

    @tuanphan any ideas?

  4. On 3/14/2022 at 5:48 AM, tuanphan said:

    Try adding to Design > Custom CSS

    /* Footer mobile */
    @media screen and (max-width:767px) {
    div#page-section-61bd0394f151e77577aaffc3>.row>.span-1:nth-child(4) {
        width: 27% !important;
        float: left !important;
    }
    div#page-section-61bd0394f151e77577aaffc3>.row>.span-1:nth-child(5) {
        width: 73% !important;
        float: left !important;
    }
    
    div#block-yui_3_17_2_1_1645244055141_28362>div p:nth-child(2) {display: flex;align-items: center;flex-wrap: nowrap;}
    }

     

    Hi @tuanphan! That worked, but is there a way to make it so that there is more space between the page names? I can make the font slightly smaller as well. 

    1652238191_ScreenShot2022-03-15at10_39_17PM.thumb.png.6bcb15332685a264989df3fdd915c4d1.png

     

  5. 15 hours ago, bangank36 said:

    Try adding to Home > Design > Custom Css

    @media only screen and (max-width: 767px){
      section[data-section-id="6215672720d4727b3982a809"] .user-items-list-simple .list-item-content  {
        height: auto ;
        width: 100%;
      }
      section[data-section-id="6215672720d4727b3982a809"] {
        padding: 0;
      }
      section[data-section-id="6215672720d4727b3982a809"] .list-item-content__description p {
        text-align: center !important;
      }
    }

    Let me know how it works on your site

    @bangank36It worked really well! Thank you! Can you also help me with changing the font-size of the section title, and reducing space between list items?

  6. 12 hours ago, tuanphan said:

    Add to Design > Custom CSS

    /* Mobile footer */
    @media screen and (max-width:767px) {
    div#page-section-61bd0394f151e77577aaffc3>.row>.span-1:nth-child(n+3) {
        float: left !important;
        width: 40% !important;
    }
    div#page-section-61bd0394f151e77577aaffc3>.row>.span-7 {
        clear: left;
    }
    }

     

    @tuanphan Thank you!! I arranged things a bit again, and I realized I would really like to make it so the Pages part in mobile footer is arranged horizontally (all on one line, to the right) to maintain better balance, rather than all vertically stacked like it is in desktop version. Then would like to move the search bar and rest of the mobile footer up (remove space). Code that might help? Also shrinking search bar in mobile?

    Screen Shot 2022-03-13 at 9.03.28 PM.png

    Screen Shot 2022-03-13 at 9.03.28 PM.png

  7. Site URL: https://www.adeptbenefits.com

    Hi! I have been having the hardest time centering the title and description of the simple list block of my Meet the Team page for a client I've been designing a site for. Here's the code I have, I know it's not perfect but it's working for the most part:

     

    //mobile version - meet the team//
    @media only screen and (max-width: 767px) { 
    section[data-section-id="6215672720d4727b3982a809"] .user-items-list-item-container .list-item-content__title {
      font-weight: normal!important;
      font-size: 16pt !important;
      font-weight:700!important;
      font-size: 1rem;
      margin-right: 195px;
      padding-bottom: 0px;
      padding-top: 30px;
    }
      .user-items-list-item-container .list-item-content__description {
      font-size:10pt!important;
      text-align: center!important;
          margin-right: 300px;
    }
    .user-items-list-simple .list-item-content {
      width: 300%;
      height: 2vh;
    }
      .user-items-list-simple img{
        max-width: 900px!important;
        margin: 0 auto!important;
      }
    }

    Help me center the descriptions, especially???

     

    (Password is Employee180!)

     

    Screen Shot 2022-03-12 at 10.33.07 PM.png

  8. 6 hours ago, tuanphan said:

    Hi. It looks like you removed List section. Do you still need help?

    https://www.adeptbenefits.com/

    yes - how do I keep the text to a certain number of lines (1 or 2) regardless of window size? especially on mobile. I want to keep the images aligned and text wrapping messes that up. first set of images is from Home Page (I believe I fixed it for mobile view).

     

    second set of images is from Meet the Team page. 

    Screen Shot 2022-03-10 at 1.05.07 PM.png

    Screen Shot 2022-03-10 at 1.05.00 PM.png

    Screen Shot 2022-03-10 at 2.26.24 PM.png

    Screen Shot 2022-03-10 at 2.26.12 PM.png

  9. How can I make the text wrapping issue go away from my site? I have it on many pages, but specifically referring to this page right now- when the window changes, the text moves from one line to two and pushes the images out of line with each other. 

    1320974375_ScreenShot2022-03-02at6_00_03PM.thumb.png.27ebe807cf15fcbb7642128e15362676.pngOn mobile, I have a different issue, because this one person's name (we're getting a new image soon, it's supposed to have that weird shape at the moment so don't worry about that) stays on one line weirdly, but isn't centered. 

    590113506_ScreenShot2022-03-02at6_00_32PM.png.4e96b320318829cdbcd67f7b22b65ee0.png

    Site is www.adeptbenefits.com and password is Employee180!

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