Jump to content

tuanphan

Circle Member
  • Posts

    64,861
  • Joined

  • Last visited

  • Days Won

    517

Posts posted by tuanphan

  1. On 4/11/2023 at 12:09 AM, Mork_Walfe said:

    Hi tuanphan,

    I am trying to make all corners of the image and shape below the image have a radius of 20px when viewing on mobile. Currently on desktop the image is 400px x 400px x 10px x 10px. Is it possible to change the image corner radius based on the viewing device?

    Thanks!

    Hi,

    You mean this?

    image.png.93b8dece6c670c975b35fec6dbf78a82.png

  2. On 4/10/2023 at 9:10 PM, SlocumMarketing said:

    Hi there!  This is the code:

    <iframe src="https://customerservice.agentinsure.com/EzlynxCustomerService/slocum/Account/LogIn" name="EZLynx Customer Service Portal" height="1500" width="100%" frameborder="0">Your browser is unable to display frames. Please <a href="https://customerservice.agentinsure.com/EzlynxCustomerService/slocum/Account/LogIn"click> here</a> to visit our secure customer service portal.</iframe> 

    Just tried & it fine to me

    Try adding code int oa Code Block

    image.thumb.png.f065ec54feede5a7f3bbbdc10b50a394.png

  3. On 4/10/2023 at 4:56 PM, VLabrie said:

    Thank you so so much! It worked perfectly!

    I've tried adding a hover to it with this:
     

    [data-folder="root"]>div>div:nth-last-child(-n+2) a:hover {
      background-color: #000;
      color: #fff;
    }


    And the black hover color works, but the text doesn't turn white. What do you think I'm missing?

     

    Use this

    [data-folder="root"]>div>div:nth-last-child(-n+2) a:hover {
      background-color: #000;
    }
    [data-folder="root"]>div>div:nth-last-child(-n+2) a:hover div {
      color: #fff !important;
    }

     

  4. Try adding to Design > Custom CSS

    /* Sticky text box */
    @media screen and (min-width:768px) {
    .fe-block-8de6e9fe99733296ff6e, .fe-block-2e8f5cf4cf285063162f, .fe-block-ba7ff16cfbc49e351184 {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
    .fe-block-2e8f5cf4cf285063162f {
        top: 75px;
    }
    .fe-block-ba7ff16cfbc49e351184 {top: 400px;}
    }

     

  5. On 4/10/2023 at 4:23 PM, SayceArbenz said:

    Ive tried adding this to the custom CSS tab, but my Gallery is not changing. It's still fully colour and it's not changing with  hover or rollover. Any help on this would be greatly appreciated!

     

    I've tried this too and its not reacting to that either

    .sqs-gallery-block-grid .slide img {

      transition: .5s ease-in-out; 

      filter: grayscale(1);

    }

    .sqs-gallery-block-grid .slide img:hover { 

      filter: none;

    }

     

    Any help would be really appreciated! 

    Thanks

     

    Can you share link to page where you use Gallery? We can check problem easier

  6. On 4/10/2023 at 12:36 PM, SummerKateDesigns said:

    @tuanphan Hi there, I am also trying to achieve the same underline hover & active effect but I would like to have a slight animation where the underline appears from left to right? 

    Can I message you my URL and site password to help? 🙂 

    Yes. You can send, we can check code easier

  7. On 4/10/2023 at 3:05 AM, lina18 said:

    hi! I used this code and my nav link got moved to to the right but how do I center the logo? I use the mycelium-fluid template. And this is the code 

    /* Move Nav to right side of header */
    @media screen {
    .header-display-desktop {
        flex-direction: column;
    }
    .header-title-nav-wrapper {
        flex-direction: row-reverse;
        flex: 100% !important;
        width: 100%;
    }
    .header-nav {
        text-align: right;
    }
    .header-layout-branding-center .header-title {
        text-align: center;
        width: 9% !important;
        flex: 1 1 9% !important;
    }
    }

    What is site url?

    On 4/9/2023 at 4:55 PM, rainbowblessings222 said:

    @tuanphan Can I please have the code for moving half of the navigation links to the right side instead of all of them?

     

    Thank you!

    You can change layout to Left Nav - Middle Logo, then share site url, we can adjust code easier

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