Jump to content

Paul_in

Member
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Paul_in

  1. Ok I was searching of the same answer and was able to make an hover effect work so helping people who might want the same This is working for :
    - images that are a link
    - images in a summary block that are therefore a link by default 
    - images in a blog area that are therefore a link by default

    And not on :
    - images in a gallery
    - images that are not a link

    .sqs-block-image a:hover img {
      filter: 
      grayscale(100%);
    }
    
    /*Image in a summary:  hover effect*/
    .sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide  a:hover img {
      filter: 
      grayscale(100%);
    }
    
    /*Image in a main blog page :  hover effect*/
    .BlogList-item-image-link:hover {
      filter: 
      grayscale(100%);
    }

    🙂

     

  2. Hi @tuanphan Thanks for following up, 

    I tried your code but didn't work the way I was hoping, maybe I've not been clear enough in my first message so adding images.

    Basically I just want the automatic rearranging that is happening for the phone at 640px width and make all the block go under each other to actually happen at 1080px width.

    So that the final tablet version is not like the desktop version with multiple columns but for it too look like the phone version with 1 column with all the blocks rearranged under each other. And I would like this for the entire website. 

     

     

    Current_Tablet_version.png

    Final_Tablet_Version.png

  3. Site URL: https://www.casegoods.in/

    Good morning, 

    password to reach the site : CaseGoods_C3

    I'm trying my best to make a landing page with a relatively complex layout (with the help of spacers that would work well on all devices (screen, tablet, phone) but I'm not very happy of a few texts columns that are nice and wide on the screen version but become to narrow on the tablet version. The phone version automatically resize everything for the screen width so no issues with that version mostly.

    Therefore I would like to try making the tablet version exactly like the phone version with all blocks rearranged one after another to see if it's visually better. I tried messing a little bit the "mobile breakpoint" parameter in the Site Styles but it only affects the Header, not the content of the page. Attached images of the current 3 versions of the landing page. 

    Is there a simple way to make this trial via the custom CSS ?  
    I'm working with the Brine template.

    01_Screen.png

    02_Tablet.png

    03_Phone.png

     

     

     

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