Eloi
-
Posts
6 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by Eloi
-
-
hello everyone, I read carefully all your comments, I agree, I am designing my website with one of the templates of Squarespace and when I scale down the browser it doesn't keep the padding between elements, which looks bad, and is not the expected behaviour, am I doing something wrong? see the link
https://app.screencast.com/YLXOVlYkG9Hse
I would appreciate if someone found a solution for this,
thanks in advance!
-
-
Hi,
As You can see in the screenshots, the active/inactive and hover states on mobile (Hover not needed on mobile) are not the same as on desktop, and it should be,
someone know whats wrong with my code?
thanks!
this is the code
/* Nav item color */
.header-nav-item a {
color: #aeaeae !important;
}
/* Nav item hover color */
.header-nav-item a:hover {
color: #2c2ae4 !important;
}
/* Nav item active color */
.header-nav-item--active a {
color: #000000 !important;
}
.tweak-transparent-header:not(.header--menu-open) .header-announcement-bar-wrapper .header-nav-item--active a {
background-repeat: repeat-x;
background-image: none!important;
}
Large spacing issue using Fluid Engine
in Customize with code
Posted
Hello, how are you?
Did you solve this problem?
I have a similar issue when reducing the browser, the paddings are not respected and at some point it creates a large space at the top and the bottom, see the link
https://app.screencast.com/YLXOVlYkG9Hse
let me know please if you found a solution for this,
thanks.