Jump to content

BrownKatUK

Circle Member
  • Posts

    25
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BrownKatUK got a reaction from DenaW in Disable click thru link on summary block 7.1   
    Hi - solved it by using 
    <style> 
      .summary-item  { pointer-events: none !important; }
    </style>
  2. Like
    BrownKatUK got a reaction from tuanphan in Disable click thru link on summary block 7.1   
    Hi - solved it by using 
    <style> 
      .summary-item  { pointer-events: none !important; }
    </style>
  3. Like
    BrownKatUK got a reaction from Beyondspace in Squarepaste Timeline - how to reduce the margins on the left and right of timeline   
    @tuanphan Thank you again for once  again coming to the rescue and having a good look through the site for where it could be improved.
    1. Trustees - fine with this.
    2. Yes, reducing the space between text and vertical lines would be great. 
    2b. I also added text to make sure the text did not run off the left and right side and that seemed to stop working as well when viewed Incognito but on the CSS page it works great.
    @media screen and (min-width: 640px) and (max-width: 1200px) {
      body:not(.sqs-edit-mode-active) .col .timeline-event:nth-child(odd) .quote-block .sqs-block-content {
        transform: translate3d(0,0,0);
    }
      body:not(.sqs-edit-mode-active) .col .timeline-event:nth-child(even) .quote-block .sqs-block-content {
        transform: translate3d(0,0,0);
    }
    }
    3. This one I thought I had solved by using the following code in CSS. When I view in the CSS window it looks great but then it seems to stop working. I don't think it likes the opacity I've added to the end of #f2f2f2. When I remove that it seems to work although it blocks out the image completely.
    // main image mobile //
    @media (max-width:640px) {
      [data-section-id="609aa62a18656e56660631b2"] .content-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f2f2f260;
        margin: 6.6vmax;
        }}
    4.  Yes if the FAQ / Resources and Contacts could be centred and also the social media links that would be great.
    5. Yes, increasing the width of the summary boxes on tablet would be great.
    6. Yes, stopping the left hand text and right hand icons from cutting into two lines would also be ideal.
    7. Yes to reducing the space around the home page quote on tablet.
    8. Yes, for improving the way the text breaks on tablet. Maybe getting it to stack?
    9. Yes, I think a scroll bar at bottom of this page would be a good idea.
    10. I think this is okay as is.
    11. I fixed this - thanks for pointing it out.
    Thank you again!!!
  4. Like
    BrownKatUK got a reaction from Beyondspace in Squarepaste Timeline - how to reduce the margins on the left and right of timeline   
    @bangank36 thank you so much for your help with the timeline. That worked!
    RE: the jquery suggestion. Would I do this in the settings / advanced / code-injection and do you suggest moving line 3 in the header (<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>) to the top and removing line 3 in the footer <script src="https://code.jquery.com/jquery-3.5.1.js"></script> all together? Just want to understand so I don't mess it up! Thank you again

  5. Like
    BrownKatUK got a reaction from Beyondspace in Squarepaste Timeline - how to reduce the margins on the left and right of timeline   
    Site URL: https://triangle-keyboard-t5hz.squarespace.com/history
    Hi - I purchased the timeline plugin from @squarepaste and it is working well except on smaller Ipad-size screens where the text is running off the left and right sides and hence not readable and at the same time the spacing on either side of the timeline is too big. I can't seem to get ahold of anyone at Squarepaste which isn't great and I think it's a pretty easy fix but I don't want to go messing with their code... what I want to do is reduce the space on either side of the time line and make the whole thing more responsive on Ipads. It works great on a regular desktop and on mobile. Thank you!
    Site above. Password WLAC
     
  6. Thanks
    BrownKatUK reacted to tuanphan in One site - two blogs - how to make thumbnails different on each   
    Add to Books Page Header > Then save & reload your site
    <style> .blog-basic-grid .image-wrapper { padding-bottom: 150% !important; } </style> Notes
    2:3 = 100% x 3/2 = 150% 1:1 = 100% x 1/1 = 100% 3:4 = 100% x 4/3 = 133.3333% ...
  7. Like
    BrownKatUK got a reaction from Beyondspace in Changing the Hover Colour in Footer only   
    Hello. I have a yellow hover in my nav bar and in my footer I want a grey hover. This is the code and it doesn't seem to work. I am getting a hover in the footer but it appears to be a pale yellow. Any help is greatly appreciated.
    Here's the code that I am using for the nav and the footer
    /* Remove 'Featured' Heading from Summary Block Carousel */
    .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-heading {
      display: none;}
    /* remove underline on nav */
    .header-nav-item--active a {
      background-image: none !important;
    }
    /* Nav item hover color */
    .header-nav-item a:hover {
        color:  #ffd54f !important;
    }
    /* Nav item active color */
    .header-nav-item--active a {
      color: #ffd54f !important;
    }
    /* Footer Link - Normal */
    .footer a {
        color: white;
    }
    /* Footer link - Hover */
    .footer a:hover {
        color: #424147 !important;
    }
    /* Footer Link - Active */
    .footer a:active {
        color: #424147;
    }
    p a {  background-image: none !important;  }
×
×
  • 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.