Liz1994
Member-
Posts
34 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by Liz1994
-
Why does my page jump when I go back up to the top
Liz1994 replied to Liz1994's topic in Customize with code
@tuanphan anyway you can help with this? Thanks! -
Why does my page jump when I go back up to the top
Liz1994 replied to Liz1994's topic in Customize with code
@tuanphan It does the jump on my phone. It doesn’t do it on chrome. I have re-attached the video for you to see. RPReplay_Final1691842996.mov -
Why does my page jump when I go back up to the top
Liz1994 replied to Liz1994's topic in Customize with code
Hey @tuanphan! So for some reason it doesn’t do it on the mobile version when I’m on chrome but it does do it when I’m on my phone. The video of that is above. Let me know if there’s a way to fix that. thanks! -
Why does my page jump when I go back up to the top
Liz1994 replied to Liz1994's topic in Customize with code
@tuanphan sorry I think I said it didn't work for my other website that had this same issue. https://www.berschbackdesign.com. This site. I added a screenshot below of what I see on the web inspector. Apologies for putting that response for the wrong site! This worked for the website I posted above. Thank you! -
Why does my page jump when I go back up to the top
Liz1994 replied to Liz1994's topic in Customize with code
@tuanphan this didn't work. I don't see .header-announcement-bar-wrapper when I go into my web inspector. -
Thank you @Ziggy!
-
Logo and Nav are Jumping when page reloads
Liz1994 replied to Liz1994's topic in Customize with code
Do you know who could @CassAggett? -
@CassAggett I decided to remove the pngs at the bottom. Thank you though!
-
Do you know how to fix this @CassAggett?
-
@CassAggett anyway you can help with this?
-
Logo and Nav are Jumping when page reloads
Liz1994 replied to Liz1994's topic in Customize with code
@CassAggett can you help with this at all? It only does it when I am on my phone. -
This helped a lot @CassAggett thank you!
-
For some reason my logo and navigation are jumping up to position on mobile when I reload a page. Anyway to fix this? I attached a video for reference. https://www.berschbackdesign.com RPReplay_Final1691265069.mp4.7c415c118583664fabb30578ca8ee145.mp4
-
@Ziggy is there a way to fix it so the images are still stacked from left to right? Visually it looks better when its a row of 2.
-
I am wanting the PNG logos to go at the very bottom of the press page. Also my images are going out of order too. It needs to go in order of the year. For some reason when it goes to mobile it gets mixed up. I want it to be stacked from left to right. Anyway to fix this? https://kathryn-berschback-me7r.squarespace.com/press Password: !Lib@Spix1*
-
For some reason my page is jumping when I scroll back up to the top. Anyway to fix this? I attached a video for reference. https://www.ramonataylorcollective.com/ Password: !Lib@Spix1* Screen Recording 2023-08-05 at 2.46.31 PM.mov
-
@CassAggett Ok I fixed that! What code do I use to adjust the spacing between the word and the line? I was trying to figure it out but I can't. Thanks!
-
What code do I use to put more space between the word and the underline for "Instagram" and the "Email" https://www.ramonataylorcollective.com Password is: !Lib@Spix1* Thanks
-
Is there a css code to use so my projects to stay in order when it goes down to mobile? The order goes from left to right. Example: (12th South Residence, Belle Meade Residence, so on) In the mobile version the order is correct until it get to after the Ponte Vedra project. Then it gets out of order. Everything above Ponte Vedra is in the correct order on the mobile version. Anything you can do to help with this? https://www.berschbackdesign.com/projects
-
How to make mobile version logo a clickable link
Liz1994 replied to Liz1994's topic in Customize with code
It’s a personal plan -
I am trying to allow the logo on my mobile version be a clickable link to go back to the home page. Is there a code for this? https://www.berschbackdesign.com Thanks!
-
Hi there, My logo changes from the png that it is to text when it goes from desktop to mobile. How can I fix this? I have added images below and the website so you can see how it changes on your end. https://www.berschbackdesign.com/projects
-
This page is showing up when I search Berschback Designs on google. It doesn't even have a description that is listed anywhere on my site. It also shouldn't show up because I have my Home page hidden on my navigation. How can I fix this? I have added the code below for hiding my home page from my navigation. #main-navigation li:first-child { display: none; } #mobile-navigation li:first-child { display: none; }
-
Hi there, When I toggle between this page https://www.berschbackdesign.com/projects and this page https://www.berschbackdesign.com/12th-south-residence. My navigation and logo are moving. I can't figure out how to fix it. I have added the code I have for the site below. .horizontal-navigation-bar nav ul li a { padding: 1em; } #main-navigation li:first-child { display: none; } #mobile-navigation li:first-child { display: none; } #banner-wrapper { width: 100%; } #main-navigation { padding-top: 20px; } .collection-type-gallery.gallery-design-grid .slide .slide-meta { display: block !important; position: absolute; bottom: 10px; left: 10px; } div#page-body { max-width: 1350px; } Anything you can do to help?