-
Posts
11 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by destineesherri
-
-
3 minutes ago, Ziggy said:
Can you share your website URL and a few screenshots of the problem?
https://www.ivunique.com/home-new
Password: UIV
There is too much padding at the bottom of the popup. I've tried so many ways and can't seem to remove it!
-
On 11/26/2023 at 3:18 AM, Web_Solutions said:
Can you share your website URL?
Hi, I was actually able to figure this out!
-
Hello, the newsletter pop-up I'm creating looks fine on the editor, but when I test the live site there is a huge amount of space below. I can't figure what to target to remove this!
-
Hello, I'm looking to keep the same background image throughout a banner slideshow. Does anyone know how to accomplish this?
-
Hello, I'm trying to create a parallax for a header with video as the background. Is there any way to do this? Thanks!
-
Hi, did you find a solution to this? I'm attempting the same thing now with no luck.
-
I ended up fixing it by adding the following code to the HTML of the home page.
@media screen and (max-width:767px) {
div.header-title-logo img {
content:url("https://static1.squarespace.com/static/5f80bf3570ed2f0841ae6672/t/641e784f0b7ca5251ff26b1a/1679718479323/Asset+3.png.") !important;
max-height: 84px;}
} -
Hello,
I'm trying to adjust my site logo on my home page so that it's smaller on mobile but it doesn't seem to be working. I have some custom code in so that I am able to have a different logo on my homepage than what's on the rest of my site, so I think something is being overridden there somehow. It's working and going to the correct size on mobile on every other page besides my home page so it's just something going wrong there I think. Is anyone able to help? URL is https://destineedesign.com.
Thanks!
-
Hello,
I'm trying to adjust my site logo on my home page so that it's smaller on mobile but it doesn't seem to be working. I have some custom code in so that I am able to have a different logo on my homepage than what's on the rest of my site, so I think something is being overridden there somehow. It's working and going to the correct size on mobile on every other page besides my home page so it's just something going wrong there I think. Is anyone able to help?
Thanks!
Newsletter Popup Remove Extra Space at bottom
in Customize with code
Posted
This worked! Thank you so much!