Squarespace mobile banner height Kpeterson1716. This code (as above) doesn't work for this particular issue: /* resize home mobile banner */ @media screen and (max-width:767px) { . Parallax-item:first-child img { width: 100% !important; left: 0 !important; height: auto ! Jan 28, 2014 · This works quite well. By jbrient, April 3, 2020 in Jun 23, 2023 · You can add this to Design > Custom CSS to reduce banner height on mobile @media screen and (max-width:767px) { section#home-sub { min-height: unset !important; height: 40vh; } } Email me if you have need any help (free, of course. @media screen and (max-width:640px) { section#first-frame figure img { width: 1 Nov 22, 2019 · I have tried multiple different pieces of code to try to change the mobile banner but to no avail. If anyone could provide information on how to change the mobile banner height I would be very grateful! Thank you in advance! Jules Jul 6, 2023 · Add to Design > Custom CSS /* Mobile Banner */ @media screen and (max-width:767px) { [data-section-id="64a39323ae4866551bf8101c"] { min-height: unset !important Sep 23, 2020 · Hi - I have the same issue too on the homepage, but I had to add a section before the banner image to make it disappear from my menu bar. Site is https://www. Edited June 23, 2023 by RGCreative Jul 6, 2022 · /* resize mobile banner */ @media screen and (max-width:767px) {body. Grateful for any advice on how to adjust this. Jul 15, 2020 · Add to Home > Design > Custom CSS This code for first banner. Dec 13, 2019 · Hello, Our banner artwork appears fine on our site when viewing on a computer screen, but the mobile view does not resize the banner and cuts off the bulk the image versus resizing for the mobil platform. Here's the code for that: @media screen and (max-width:767px) {h1 Nov 27, 2019 · In this post, I’m breaking down how to choose a template with banner images, how to optimize the image size before uploading it, how to upload it to Squarespace, how to alter its height on your screen, and how to change the tablet/mobile view. birthstrikefo Sep 27, 2022 · Try this new code /* Mobile top banner */ @media screen and (max-width:767px) { body. slideshow-holder ul { min-height: unset !important; } } Apr 3, 2020 · Squarespace Forum; Circle Benefits . Mar 18, 2024 · For fixing the height of your homepage video banner on mobile. You can see on mobile the text overlaps the imagery of the individuals. Please add this CSS code. I'd like help writing CSS code to allow page banners to show full height. when i do so there is a black bar along the top of the image. Looks fine on desktop, but the sides are cropped on mobile. Mar 7, 2023 · Hi! Can you assist me with editing the banner slideshow near the end of this site I am working on? On mobile, it displays with too much room between the title and the testimonial and the arrows and the testimonial. Cheers. If it works, I will send other banners. How can I do it? On the other hand, the height of the desktop banners is already fine. May 26, 2020 · Hi, how do we change the Main Intro Banner height in Hayden theme? I would like to increase the height (applicable to Desktop and Mobile). I would ideally want this text sitting in the grey space above, and increa Apr 11, 2022 · The current mobile view has the default sizing of the banner image, but the client is looking to have it fit more horizontal like it does on de Jump to content Join us on Wednesday, January 29 for a live discussion with Squarekicker about the state of the web design industry in 2025. homepage #page section:first-child iframe { width: 100% !important; left: 0 !important; height: auto !important; } . I get that Squarespace thinks I want the mobile to be full height just like on desktop, but I actually want the original aspect ratio of the video to remain on mobile. You can change that 50vh to whatever height works for you. Posted May 12, 2020 Apr 30, 2020 · Hi, I have built a basic site using the Harris Ingram template and i am unable to work out how to fix the height of the lead banner on mobile, its taking up 90% of the screen. This is my Navbar CSS when in mobile: Jun 19, 2020 · If you notice, on the other pages, the banner image shrinks and so does the size of the type. I am looking for code that can apply across the whole site (only a few pages). Jun 9, 2021 · Site URL: https://nominis. ). @media screen and (max-width:767px) {. can we move the image up so the black bar is not there? Jun 23, 2023 · Have a homepage banner slideshow - it's display height is large and it looks great on desktop. Mar 18, 2020 · I'd like to slightly reduce the height of just my mobile banners. com. Circle Benefits Partner Discounts Events; CSS for mobile only banner height. May 7, 2020 · On the desktop and tablet view - the banner image is a good height and the content fits well and works. com Password - 12345q May 10, 2022 · Join us on Wednesday, January 29 for a live discussion with Squarekicker about the state of the web design industry in 2025. but in the meantime i was able to adjust your code to get a workable option until we can figure that out. homepage section:first-child {height: 50vh !important; min-height: unset !important;}} Once you do that you may find that you need to adjust the font sizes on mobile as well. However, on the mobile view, the banner is essentially the same height and therefore cuts a significant amount of the picture out. It works, but I have a follow up question! Is there something I can do if I want the banner on one page to have a min-height: 100px and a banner on a different page to have a min-height: 200px Jul 28, 2020 · Add to Home > design > Custom CSS /* resize video banner mobile */ @media screen and (max-width:767px) { . homepage . 1. homepage #page section:first-child { min-height: 20vh !important; height: 30vh; Apr 12, 2022 · You can add this CSS code to fix problem @media screen and (max-width:991px) { body. @media (max-width: 640px) { #home-top { min-heigh Jan 5, 2020 · On mobile view it is cropping my page banners (NOT concerning the parallax home page/index pages, but all other pages accessibly by navigation tabs). Aug 6, 2022 · hi @tuanphan. Website > Website Tools > Custom CSS. So I think I need to make the banner image shorter so everything fits right. Thanks! https://tangerine-pug-hblb. But on mobile I would like the height to display small. squarespace. com Dec 4, 2019 · Hi, I am wondering how to make the banner height smaller in Mojave on mobile - its really big and I got the text to be smaller but the image is so big that the whole layout is now weird. Site - https://earthworm-prism-36ks. Register now! ×. homepage #page section:first-child { min-height: unset; height: 60vh; } } Mar 19, 2021 · All Activity; Home ; Forum ; Customize with code ; Fonts, colors and images ; Mobile: how to change focal point of image banner Fonts, colors and images Dec 3, 2014 · I discovered that I needed to change max-height to min-height in order to achieve the right dimensions for my banner. Jan 11, 2020 · I've been able to get the logo to move and resize, however the Nav bar that Squarespace automatically adds to the mobile view of the page is not properly placed, meaning I want the logo at the top of the page and the mobile nav bar underneath. homepage #page section:first-child { min-height: 20vh !important; height: 30vh !important; } } May 12, 2020 · Recommended Posts. Thanks, May 2, 2022 · I would like to make the mobile banner on my site the same height as the phone screen currently its too big. Sep 18, 2020 · My client wants this video as his homepage background. i'm still wondering whether we can zoom into the image like the picture i sent above, that is my preference. calliope-leopard-5c83. me/home-2 Hey crew I'm working through the below site and wanting to increase the banner size on the homepage (main banner). Please could someone help me with some code? Thank you Jul 7, 2020 · So, even when this may not be a perfect solution for all of your designs, today I’d like to share with you a fairly simple workaround that can give you WAY more control over your mobile banner resize on Brine (with and without parallax) as well as on 7. Meaning a section of the photo goes below the bottom of the screen, equal to the height of the header. I want the same effect for this new page that was just added. The only issue I notice is that the images / galleries are window height, but below the header. koamu rtt abat gibnjf wiyzm epjgwy jxmyde iffe cwee zgqovee