Jump to content

MaciejZ

Member
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MaciejZ's Achievements

Level 2

Level 2 (2/20)

0

Reputation

  1. Hi, I have changed my website to have only mobile menu on all display sizes but recently it changed and now it's invisible. Don't know what cases the problem in my CSS as it was working before. Can you help me figure this out? Here's the website: https://theiconagency.pl/ You can hover your mouse to top right and you will find the burger 🙂 The code: //Below is code that edits how contact form looks like .form-wrapper .field-list .form-item.field input { background-color: #fefefe !important; outline: 0 !important; border-width: 0 0 1px !important; border-color: #0000FF !important; } .form-wrapper .field-list .form-item.field textarea { background-color: #fefefe !important; outline: 0 !important; border-width: 0 0 1px !important; border-color: #0000FF !important; } .form-wrapper .field-list .title { font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; color: #0000FF !important; letter-spacing: .15em !important; text-transform: lowerrcase !important; } .form-wrapper .sqs-button-element--primary { background: white !important; color: #0000FF !important; width: 40% !important; } //Below is code that edits how menu looks like /* 768 for tablet - desktop - 992 for desktop */ @media screen and (min-width:768px) { // Center logo .header-layout-branding-center-nav-center .header-title-nav-wrapper { display: flex; flex-direction: row; flex-wrap: wrap; flex: 0 0 100% !important; justify-content: center; align-content: center; margin-left: auto; } /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex!important; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } section[data-section-id="63614429c2905078dae8ec86"] { .desktop-arrows, .mobile-arrows { display:none !important; } } .gallery-reel-item img{ } .gallery-reel-item-src { margin-right: 50px; } /* Embed script space */ .fe-6361713a2ae2de037739f323 { grid-template-rows: repeat(6,minmax(calc(~"var(--container-width) * var(--row-height-scaling-factor)"), auto)) !important; }
  2. @paul2009interestingly the CSS works in edit mode but not on the actual website 😞
  3. @paul2009 thanks a lot! I fixed other field but the last issue I have is that I forced the menu to like like on mobile (burger) but it also stopped working. I mean it works but doesn't appear (is invisible). Here's the link to the website: https://theiconagency.pl/ Here's the code for the menu: @media screen and (min-width:768px) { // Center logo .header-layout-branding-center-nav-center .header-title-nav-wrapper { display: flex; flex-direction: row; flex-wrap: wrap; flex: 0 0 100% !important; justify-content: center; align-content: center; margin-left: auto; } /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } section[data-section-id="63614429c2905078dae8ec86"] { .desktop-arrows, .mobile-arrows { display:none !important; } } .gallery-reel-item img{ } .gallery-reel-item-src { margin-right: 50px; }
  4. @tuanphan, sure here it is: https://theiconagency.pl/
  5. Hi, I had a custom css to edit how the form fields looked like. Unfortunately it stopped working at some time. Here's the code: .form-wrapper .field-list .field .field-element { background-color: #fefefe; outline: 0; border-width: 0 0 1px; border-color: #0000FF; } Please help me figure it out.
  6. After some update script on my page takes more space than I want to - it used to take 4 rows, now it's minimum 7 and due to popup that says "Scripts disabled" in edit mode.
×
×
  • 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.