Jump to content

Adam9

Circle Member
  • Posts

    41
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Adam9 got a reaction from potenzanana in 3 images side by side on mobile view   
    Hi @tuanphan, 

    I have been through this thread and tried various CSS codes without any luck. I want to display a gallery with 3 images per row on Mobile, and was sure this would work:
    /* Mobile gallery */
    @media screen and (max-width:767px) {
    .gallery-grid-wrapper {
        grid-template-columns: repeat(3,1fr) !important;
    }
    }
     
    But no luck. Here is the page:

    https://www.socialseason.net/instagram-links

    Please can anyone help?
  2. Like
    Adam9 reacted to creedon in Site footer has suddenly gone weird on me...   
    HTML missing closing tags will often cause all kinds of crazy rendering issues.
  3. Like
    Adam9 reacted to melody495 in Site footer has suddenly gone weird on me...   
    You are missing the closing a and img tag, add this at the end of your code
    </img> </a>  
  4. Like
    Adam9 reacted to melody495 in Site footer has suddenly gone weird on me...   
    Awesome, glad it's working for you 🙂 please give me solution a thumbs up and mark as solution to help others. 
  5. Like
    Adam9 got a reaction from melody495 in Site footer has suddenly gone weird on me...   
    So simple, yet has caused me so much grief!! Thanks very much 🙏
  6. Like
    Adam9 reacted to tuanphan in Responsive Video   
    Add to Design > Custom CSS
    /* hide second video on desktop */ @media screen and (min-width:768px) { [data-section-id="632fa6e0c02a616c30679c2c"] { display: none; } } /* hide top video on mobile */ @media screen and (max-width:767px) { [data-section-id="632e31ccc338377ac00dcd43"] { display: none; } }  
  7. Like
    Adam9 reacted to tuanphan in I think the new update is messing with my site!   
    Same problems to me. Had this problem on some sites. You can contact SS Customer Care.
    or share link to all pages where you have problem, we can give some CSS code to fix it temporarily
  8. Like
    Adam9 reacted to creedon in Can I play a different background video for mobile?   
    Please try the following.
    @media screen and ( max-width : 767px ) {   [data-section-id="61d5dbdf5bd8f328394d335e"] {        display : none;     }   } @media screen and ( min-width : 768px ) {   [data-section-id="61d8299cf4ec2f2d863a15df"] {        display : none;     }        } Also I suggest adding the following code. It can prevent unexpected padding issues when hiding/showing the first page section.
    Let us know how it goes.
  9. Like
    Adam9 got a reaction from creedon in How do I link a folder title within the navigation to a page in 7.1   
    Thank you@creedon! It seems to be working. Apologies, I misunderstood and missed that the Header code should be right at the top! All fixed, much appreciated 🙏🏽
  10. Thanks
    Adam9 reacted to creedon in How do I link a folder title within the navigation to a page in 7.1   
    @Adam9
    It isn't working because the jQuery library script has been put into the middle of a style tag. That won't work.

    Please follow my suggestions in my previous post on how to install the jQuery script so it doesn't get mixed in with other code.
  11. Like
    Adam9 got a reaction from creedon in How do I link a folder title within the navigation to a page in 7.1   
    Hi @creedon, 
    That's done now - thanks!
  12. Like
    Adam9 got a reaction from lu.diehl in Brine: Nav to change color after scrolling past Hero   
    @lu.diehl thanks 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.