Strattons Posted May 7, 2021 Share Posted May 7, 2021 Site URL: https://the-bridge-hampton.squarespace.com Does anyone know why my gallery on the Partners page seems to be adding two blank spaces either side of the AIRBUS logo, I'm guessing it's to do with some other bits of code I have added in? Login: 2123ives Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 Hi. Where is gallery? Can you share link to page where you added gallery? WE can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Strattons Posted May 11, 2021 Author Share Posted May 11, 2021 Hi @tuanphan here is the page: https://the-bridge-hampton.squarespace.com/partners Thanks Link to comment
tuanphan Posted May 12, 2021 Share Posted May 12, 2021 19 hours ago, Strattons said: Hi @tuanphan here is the page: https://the-bridge-hampton.squarespace.com/partners Thanks Add to Design > Custom CSS /* Partners strange spaces */ body#collection-6048e9602c09065a57b9b129 .gallery-grid-wrapper>a { display: none; } Also, do you want to fix these? Site URL – https://the-bridge-hampton.squarespace.com/ 1. (Mobile-Footer) Align left or center footer elements? 2. (Tablet-Header) Show logo? 3. (Tablet-Overlay) Add a space between 2 lines? 4. (Tablet-The Event) Increase text width? 5. (Mobile-Founders) Reduce text size? 6. (Mobile-Bridgehamton) Reduce text size? 7. (Mobile-As a guest) Text overlap 8. (Tablet-As a guest) Text overlap 9. (Mobile-Partners) Remove this blank space? 10. (News) You haven’t changed SEO Title so the browser tab name still shows “Gallery 2” 11. (Contact) Similar on Contact page “Contact 2” Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Strattons Posted May 12, 2021 Author Share Posted May 12, 2021 Thanks @tuanphan that worked great. Yes it would be good to get those other bits corrected. Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 On 5/12/2021 at 7:40 PM, Strattons said: Thanks @tuanphan that worked great. Yes it would be good to get those other bits corrected. Q1. Q3. Add to Design > Custom CSS /* Mobile */ @media screen and (max-width:767px) { /* center footer */ [data-section-id="6019c73be1c5c927bf3555e4"] * { text-align: center !important; } div#block-yui_3_17_2_1_1612359002295_6509>div { text-align: center; margin: 0 auto; display: flex; } } /* tablet */ @media screen and (max-width:991px) and (min-width:768px) { /* menu items spacing */ .header-menu-nav-folder--active .container.header-menu-nav-item { line-height: 50px; } } Q2. It looks like you solved? Try above code, if it works, I will check other questions Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.