Dee12
Member-
Content Count
53 -
Joined
-
Last visited
Everything posted by Dee12
-
I changed it back to an image block because the full gallery slideshow was too much of a hassle to adjust to all screens. Could you help me make the image block full width please? It's the first picture on my homepage.
-
Hey! I changed it to a full gallery slideshow. It's the first picture on my home page. It's not responsive on all devices. It looks small like I want on a mobile device, but on an iPad and web screen its still to big. I used this code to adjust its size on mobile devices (portrait view): @media screen and (max-width: 757px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 27vh !important; } } I would like to change it to an image block and make it full width, but I want it to be responsive on all devices regardless of its screen size or the way you turn
-
Yes, your right! It makes the image full width but when you view the site on a mobile device, you can’t see the full image.
-
I'm using a 7.1 template 😕 I've tried using some codes to adjust the width but it wasn't making the image full width on both sides.
-
@paul2009 Hey, I don't want to be a bother but could you also help me with this please. I noticed that banner images don't adjust to mobile screens so I would like to make my image block full width.
-
It worked. Thank you so much!
-
Hello! I would like for my image block to be full width on my homepage, and for no padding to be at the top or bottom. Is there a way to do this? Any help would be appreciated! site: https://www.uniquelydolledwigs.com password: unique1234
-
Oh okay! @paul2009 My site is https://www.uniquelydolledwigs.com password: unique1234
-
Hello, I was wondering if there was a way to add a down arrow icon to the drop down menu? I've tried multiple css codes but nothing has worked. Any help would be appreciated!
-
I used https://www.adlyticmarketing.com/blog/squarespace-creating-an-accordion-style-faq-section/ for my accordion.
- 4 replies
-
- responsive-design
- custom-css
-
(and 1 more)
Tagged with:
-
Hello! I'm having an issue with my faq accordion page on my site. On initial page load, the accordion menu is open and then it closes. I just learned that 7.1 doesn't have the ajax loading options. I was wondering if there was a way to prevent the accordion menu from being open on page loads so the content is hidden? I would like for it to be closed until you click on the questions. site url: https://www.uniquelydolledwigs.com/ password: unique1234 @tuanphan
- 4 replies
-
- responsive-design
- custom-css
-
(and 1 more)
Tagged with:
-
If anyone needs it, I figured out a code that prevents your navigation links from stacking. For iPad Pro 11" landscape view: (Edit the width, margin and font-size) @media screen and (min-width: 992px) and (max-width: 1366px) { .header-nav-list { width: 150% !important; font-size: 9px !important; margin-left: -7.2em !important; } }
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with:
-
@media screen and (min-width: 992px) and (max-width: 1366px) { .header-nav a { font-size: 15px; position: relative; } } I can't figure out how to prevent the nav links from jumping down to another line.
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with:
-
On iPad horizontal view it stacks when I’m viewing my site. I’ve seen other websites navigation stay the same that’s why I asked lol. Like my navigation isn’t adjusting to the iPad screen.
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with:
-
It does the same thing on a desktop If you adjust the page size (width). How do I keep the navigation menu from stacking? I noticed other sites stay the same when you adjust the browser width. I attached a screen shot of my website on desktop view when I make the screen smaller, the footer stays the same but the navigation doesn't. @tuanphan
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with:
-
No, when my iPad Pro is on landscape view the header navigation text stacks on top each other. I think I need to decrease the logo size when its on a iPad screen or adjust the padding but I'm not sure how to.
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with:
-
Hello! My site navigation text on iPad (horizontal) view stacks on top of each other. I was wondering if there was a way for the iPad view to resemble the desktop view. I'm not sure what code I should use to prevent the menu from changing. Any assistance would be greatly appreciated! I tried this code but it wasn't responsive: @media screen and (min width: 768px) and (max-width:1024px) { .header-menu-nav-item a { font-size: 20px; } }
- 7 replies
-
- padding
- custom-css
-
(and 1 more)
Tagged with: