Jump to content

motacilla

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by motacilla

  1. 1) The scrolling blocks are perfectly fitted for the site's width but when I add the CSS it widens all of the content of the pages and it looks bad on both desktop and mobile. Is there any way to widen only the scrolling box without interfering with the other blocks (markdown, text, accordion block) so that the margin stays there? Here's the code that I've used:

    [data-section-id="62b09086b0ea6c4c06ff099a"] .content-wrapper{
     padding-left: 0!important;
     padding-right: 0!important;
     margin: 0!important

    .Marquee {
     width:100%!important 
    }

    #page{
     overflow-x: visible
    }

     

    2) How to prevent the text from the scrolling box from displacing to the bottom on mobile? It looks okay on desktop and is horizontally centered just as I want it to. But on mobile, the text from the scrolling box goes to the bottom of the box. The only thing that works is putting spacers on both sides of the scrolling box but it takes so much space and I'd like to avoid it. Or maybe there is some way to decrease the height of the spacer with CSS?

    Zrzut ekranu 2022-07-4 o 18.47.30.png

    Zrzut ekranu 2022-07-4 o 18.48.10.png

  2. Hi! I've got a problem with split navigation on my site. I've added CSS to split it into the half with logo in the middle. I also adjusted the screen width so it doesn't overlap when the window is minimized.  It looks and works just as I wanted on Chrome but it is doing weird things in Firefox and Safari. How do I make sure it will look good in every browser? Screenshots with descriptions are attached below.

    Code: 
    @media screen and (min-width: 1100px){ 
    .header-nav {
        position: absolute;
        top: 53px;
        bottom: 0;
        margin-top: 0!important;
        margin-left: 50px!important;
    }

    .header-nav-item:nth-of-type(3) {
        margin-right: 400px!important;
    }
      
      
    .header-title-logo a {
        z-index: 1000;
        position: relative;
      }
    }

    Zrzut ekranu 2022-07-1 o 17.50.03.png

    Zrzut ekranu 2022-07-1 o 17.49.50.png

    Zrzut ekranu 2022-07-1 o 17.57.09.png

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