Jump to content

SquareRefresh

Circle Member
  • Posts

    331
  • Joined

  • Last visited

Posts posted by SquareRefresh

  1. 13 hours ago, kiaha said:

    Hello,

    I was just checking on the (almost) finished website on mobile devices to make sure everything works fine, and figured that the hamburger is moved.

    I checked on the inspection from chrome (green circled), and it looks okay from there.1222521375_ScreenShot2021-11-18at10_44_14PM.thumb.png.78049355336ce1519c53a3a59bd9dde5.png

     

     

    But on actual device, my phone, it comes off. (red circled) 

    I need this to align with the table of contents margin- just like the one on the top image.. or at least give enough space between the cart icon and the hamburger because it was pretty hard to click.

    IMG_78D36BEA66D9-1.thumb.jpeg.eb37d30e5dba2538bd9a511a1bc34ab3.jpeg

     

    PW to the website is: dotdot-shop

    It would be great to get some help since this is like I don't even know what the problem is... 

     

    Thank you so much!!

    Hey, try to add next code in Custom CSS. Let me know if it's work for You.

    .burger {
      padding: 0 !important;
    }

     

  2. 6 hours ago, Somni said:

    Thanks a lot that did it - but is there any way to make it valid for every search, it is still showing the link when I search other words

    Yes, You should to add each keyword into this style, for example:

    .search-result[data-url="/undergang"],
    .search-result[data-url="/keyword2"],
    .search-result[data-url="/keyword3"],
    .search-result[data-url="/keyword4"] {
      display: none;
    }

     

  3. 14 hours ago, alanx said:

    Thank you for the updated code. I've noticed that the icons on mobile are too close to each other? Any way to spread them out just a little? Thanks.

    Sure, You can control a margin using next code:

    @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
      .header-actions--right .header-actions-action--social .icon:not(:first-child) {
        margin-left: 3vw;
      }
    }

     

  4. 3 hours ago, alanx said:

    In Squarespace 7.1 on mobile, social icons are always inside navigation overlay at the bottom. Instead, I would like to move them into header and hide burger menu.

    Hey @alanx try to add next code into Custom CSS:

    @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width: 799px) {
      .header-burger {
        display: none;
      }
    
      .header .header-actions,
      .header .header-actions-action--social {
        display: flex;
      }
    
      .header .header-title-nav-wrapper {
        flex: 1 0 67%;
      }
    }

     

  5. 5 hours ago, Maksymrewko said:

    Text is set to centre on my mobile breakpoint buy my accordians dont seem to be following the rule. The header stays left aligned with the items in the accordain being centre aligned?

    Any fixes for this?

    Hey @Maksymrewko You have a custom styles conflict. Try to add this:

    .sqs-block-accordion .accordion-item__description p {
      text-align: left !important;
    }

     

  6. 6 hours ago, muffy said:

    Hi! I tried this on my site title, but for some reason it makes the bottom half disappear in mobile view. it appears to be because of the "transparent" part of the code, but without that the gradient goes away. Any thoughts?

    Hey @muffy please provide You site URL.

  7. 9 hours ago, Mareina said:

    Hi guys,

    for some reason my text is shown with an automatic indent when I look at the preview (it doesn't show like this when I edit the page).

    I didn't use the automatic numbering tool and tried to remove formatting etc., but can't seem to find what's wrong.

    Has someone maybe an idea on where the issue would be?

    Hey @Mareina can You pease make You site like password protected and provide the password?

  8. 9 hours ago, JuliaHeld said:

    How do you add a line below the text or change background color on rollover on the drop down menu pages in 7.1.

    It is very hard to tell what you are rolling over. I'm open to other options too. Can the background color change behind the text? 

    Hey @JuliaHeld try to add next code in Custom CSS:

    body:not(.header--menu-open) .header-nav-folder-content,
    body:not(.header--menu-open) .language-picker-content {
        background-color: red; //Background Color
        border: 1px solid #000; // Border
    }
  9. 11 hours ago, yoloyoli123 said:

    I need help on customizing a menu. I'm completely new to coding for website design so bare with me. I want to customize the menu of my website to have a background that I created. I don't want the default solid color, I want to be able to put my own created menu from adobe illustrator. How would I go about doing this?

    Hey @yoloyoli123 please provide Your site URL. 

  10. 11 hours ago, jilldiane_ said:

    Hey for some reason my code pen is working but its not when i put a code injection into the site and i cant see why. If anyone can look with a fresh pair of eyes that would be unreal. Thanks! It's supposed to be located underneath the first image block on the home page.

    Hey @jilldiane_ remove previous code from page <style> tag and paste it into Custom CSS

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