Jump to content

Leanne_M

Member
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Leanne_M

  1. Hello, I'm not sure if this is a weird glitch but I have somehow managed to add a newsletter sign-up section to the bottom of every page on my website, which I don't want. This happened when I was trying to add the section on my blog posts, which I was going to do individually. When I've tried to delete the sections I don't want they re-appear. On my homepage there's currently two showing, following right after one another. I managed to add the sections on a couple of pages before without an issue, so I'm not sure how I've managed this or why it's happening. Can anyone shed any light on it? https://bamboo-rabbit-99gt.squarespace.com/config/ pw: !(cX3Ly@$323cC(
  2. I adjusted the height of the section height to large and that seemed to fix it or helped.
  3. https://bamboo-rabbit-99gt.squarespace.com/config/pages pw: !(cX3Ly@$323cC( Hello, I'm trying to remove the header and footers from a couple of not linked pages (Links and 404). I've been able to remove them by using this code injection: <style> .header, #footer-sections{ display:none !important; } </style> but I'm then left with a white space at the bottom of the page because it isn't very long. I've tried a few different options that I've found on the forum that have worked for others but I'm not having much luck. I'd like to remove the space from both desktop and mobile view. Can anyone help with this please?
  4. Not knowingly, but I have a toddler level grasp of CSS. I've been trying to remove any old and redundant CSS as I've been working it but there may be something I've missed. I've had a look through and there's nothing else that is using .fe-block. Unless the desktop code is overriding this for some reason? At the moment that's the only code for the 350px size. Once I get it working I'll apply it to the other blocks that need it.
  5. I'm trying to adjust the margin using CSS but it's not working. I'm using this code: /* ON SMALL MOBILE */ @media only screen and (max-width: 350px) { div#yui_3_17_2_1_1689159338998_432 .fe-block .fe-block-c7e14895bfbf04ea6d4a { margin-right: 26px!important; } } When I try to add a margin-right in the dev tools it works but I think I mustn't be then adding it to the right code in the actual CSS.
  6. Hello, I am using a unicode star symbol on my website in a couple of scroll bars and in the copy. It views perfectly on my desktop but on my iPhone the symbol changes to a star in an orange box. Any idea how I stop this from happening please? Thank you!
  7. The content for that section is still there, it just looks a bit different now. There are two blocks on my homepage where this is happening. section[data-section-id="64ad28d4a2b8032121f2ab01"] and section[data-section-id="64ad2bb66a2d4b5430fcc2d9"] Both of these already have a mobile media query to increase the width of the section, to bring them in line with other sections but what CSS should I add to get them to view centrally? It is currently viewing perfectly on my husband's Sony phone but it's not on my iPhone, which is really frustrating.
  8. Is it possible to correct this with CSS so it doesn't view like this on mobile? Annoyinly, it doesn't appear like this when I'm testing it with the mobile view on Squarespace or using the Responsive Viewer plugin for my live site but it is off-centre when I'm viewing it on my mobile.
  9. Hello, I've just had a report through from ahrefs flagging the number of h1 tags on some of my pages. These are coming from the scrolling text blocks that I've used here and there across my site. Is it flagging them because they're having a negative impact on my site? Is there a way to change them from a h1 to a h2 or h3? https://bamboo-rabbit-99gt.squarespace.com/config/pw: !(cX3Ly@$323cC( Thanks!
  10. Hello, On my homepage is a section with three boxes talking about my services. I have used custom-css to format them but when viewed on mobile they are off centre and it is cropping some of the content off the edge. How can I fix this please? https://bamboo-rabbit-99gt.squarespace.com/config/pw: !(cX3Ly@$323cC( Thanks!
  11. @ziggy YES! That's perfect! Thanks so much!
  12. If I knew how to do that I could give it a try. Could you point me in the right direction of how to do that please?
  13. Hello, I have a few scrolling blocks in use throughout my website and have noticed there is extra space at the end of the copy. In the attached picture you can see that the star shape is not evenly positioned between the two words. When I inspected the CSS I thought I located a small margin-right but I haven't been able to remove it. This is the code I've used: #block-yui_3_17_2_1_1683656888760_137655 { .Marquee-item .Marquee-item--text h1 { margin-right: 0!important; } } Thank you! https://bamboo-rabbit-99gt.squarespace.com/config/ pw: !(cX3Ly@$323cC(
  14. That sorted that! Sorry, one last thing... How do I make the quote text smaller when viewed on mobile? I'm trying this but it's not working: @media only screen and (max-width: 767px) { section[data-section-id="64a686d5356efe37ea8a0cb9"] h2.list-item-content__title { font-size: 23px; } }
  15. Oh hey! Thanks so much for coming back to me so quickly! The font-weight issue is sorted now. I completely forgot I two types of Agrandir there! The mobile issue isn't quite right yet. The quote is now positioned centrally but there is a large space above and below it. How do I reduce that please?
  16. That's a shame but I understand what you're saying. I've hyperlinked the titles and it doesn't actually look too bad. Thank you for your help!
  17. Hello, I am trying to change the typography style of the testimonial block on my homepage but am struggling in some areas. I'd like: the title to be in a heavier weight the quote to be in a lighter weight when viewed on mobile for quote to be even positioned between the title and the arrows I have tried to change this in the CSS but haven't had any luck. I think (but could be wrong) that some of the styling is in javascript which is why I can't change it. https://bamboo-rabbit-99gt.squarespace.com/config/ pw: !(cX3Ly@$323cC( Thanks!
  18. Thank you! I've got that working to add a link to the images but do you know if there is a way to do it so that both the image and copy underneath are linked as one, almost as if it is one block, without having to separately hyperlink the copy. I don't want the copy to be underlined, although I know I could probably remove that with CSS.
  19. Hello 👋 I have a portfolio page set up on my website. At the bottom of my services page I would like to create a portfolio block or mini portfolio section that has a project thumbnail, title and strapline that links to the actual portfolio project. Is this possible? When I try and link it I can't select the specific project, just the overall portfolio page. https://bamboo-rabbit-99gt.squarespace.com/config/ pw: !(cX3Ly@$323cC( If there's another way I should be going about doing this, please let me know! Thanks!
  20. @Ziggy If I could tag another slightly related question onto this one... On my About page I have another three column section that I'd like to adjust the width of to match the section you helped me with on my Homepage. I've tried to apply the same code you gave me for this section but it's not working. I'm guessing it's something to do with this section being a "Simple List" and there's code already in use that is overriding the CSS I'm trying to apply.
  21. Oh I haven't looked at the responsiveness yet other than seeing what it looks like in mobile view. I'm working towards getting the site pretty finished and before I tweak the CSS for different sizes.
  22. @Ziggy I did add the section but it didn't make a difference for me but it's working now! Thank you. Thank you for help (and quick replies!) it's looking much better now.
×
×
  • 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.