ccrews
Member-
Content Count
7 -
Joined
-
Last visited
-
ccrews started following Side Scroll on Web. Fixed Header on Mobile - Ishimoto and Ishimoto Mobile - Fixed Navigation
-
Site URL: http://www.courtney-crews.com/ Hi, Is there a way to have the navigation in mobile ishimoto to stay fixed at the top? So that when scrolling the menu is always accessible? I've tried this: /* Fixed Header - Mobile */ div#mobileMenuLink { position: fixed; left: 0; right: 0; z-index: 999; } However then the navigation covers the site title. Thanks
-
@SabineM Not working for me 😕
-
Side Scroll on Web. Fixed Header on Mobile - Ishimoto
ccrews posted a question in Coding and Customization
Site URL: http://www.courtney-crews.com/ Hi, please help solving two things: 1. I want my images to scroll like these websites: https://www.arnaldoabba.com/ https://www.lukassuarez.com/LUKAS-1/Archives http://meaghancurry.squarespace.com/02hi3mtbqahiow24d6za5cgf8z4mab (this one seems buggy when the images load) 2. In Mobile View, I want to freeze the Menu at the top so when scrolling the viewer always has access to the menu.-
- ishimoto-template
- scrolling
-
(and 3 more)
Tagged with:
-
Still trying to figure this out. anyone have any luck?
-
ccrews reacted to a post in a topic: Simple. Horizontal. Scroll
-
I am also trying to achieve the same sort of horizontal scroll that @meocoli has referenced in their attached link: https://www.arnaldoabba.com/ I am using ishimoto
- 2 replies
-
- scrolling
- forte-template
-
(and 1 more)
Tagged with:
-
How to fix mobile header and Navigation - Ishimoto
ccrews replied to ccrews's question in Coding and Customization
@tuanphan of course. Site is http://courtney-crews.com/ I have a small bit of CSS plugged in right now, making the arrows appear a bit different and creating some space between each image: .collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-next, .collection-type-gallery.gallery-controls-arrows .gallery-controls .gallery-prev { font-size: 25px; font-weight: 700; color: white; background: none; padding: .2em; } .sqs-gallery-design-strip .sqs-wrapper img { border-right: 7px solid #ff -
How to fix mobile header and Navigation - Ishimoto
ccrews posted a question in Coding and Customization
Hi- I want to use the gallery page for ishimoto, but i don't like that on mobile it becomes a long stack of images and makes it difficult to get back to the menu. I would like to fix the header and navigation to the top of the page, so that when you scroll through the images you can quickly access the menu. Additionally, is it possible to place the arrows of the carousel on the outside of the gallery when viewed on desktop? Ideally below or to either side, but not obstructing the pictures.