Jump to content

esveecee

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by esveecee

  1. Site URL: https://thisisdoer.com/digital Heyo! site: thisisdoer.com/digital I have some tabs on my site that currently stack on two lines. This on my external monitor that is 27 inches. This is the ideal state until the tablet breakpoint. When the screen resizes to a smaller resolution on a desktop (say a 15inch screen), they break into three lines and become a bit incoherent. I've attempted to use flex-basis to make them remain consistently stay on two lines instead of breaking into three. but have not been able to do so. On tablets and mobile they behave how I'd hoped so I'm not sure what I have bungled. Any insight would be really great if you have any!
  2. @tuanphan Hey Tuan, thanks for helping us all. I have the preloader and I'd like to make it responsive on mobile. I've tried to add a media query but it doesn't do what I thought it would. This is the active code on my site. I am using Brine and it is in the Advanced panel of the Index Settings. I hope I can get your help, thanks! <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <div class="logoload"></div> <style> .logoload { /* SET BACKGROUND COLOR */ background-color: #fff; /* SET BACKGROUND SIZE */ background-size: 600px; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background-position: center; background-repeat: no-repeat; background-image: url("https://static1.squarespace.com/static/5fd687dc674bc6778f41a678/t/60275afab391045d0b964861/1613191930385/sigh+copy.gif"); } </style> <script type="text/javascript"> $(window).load(function() { $(".logoload").delay(5000).fadeOut("slow"); }) </script> <script> $(window).load(function() { $('body').css('overflow', 'hidden'); setTimeout( function() { $('body').css('overflow', 'initial'); }, 5000); }); </script>
  3. I don't know if you've solved this yet but you need to add the code to your homepage header Pages > Gear Icon > Advanced > Add there . This will ensure it loads only on the homepage.
×
×
  • 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.