Jole3221
Member-
Posts
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Jole3221's Achievements
-
@tuanphan this is perfectly how I want it to fade. The only thing is I'm still able to see the header when its supposed to be turned off and it has this blurred look. I have a grain effect turned on for the background image don't know if this information helps. I for some reason only see the blurred header issue on mobile devices. Not seeing it on my desktop. I tried setting it back to the previous code you sent me and the blur problem wasn't there yet so It only started happening once we started adding the fade. Is there a solution that can fix this blur artifact while keeping the fade? The image attached shows the blurred header artifact I'm talking about.
-
Jole3221 reacted to a post in a topic: Anchor links no longer working properly on mobile after embedding form on the same page
-
Adjusting mobile breakpoint in 7.1 Fluid Engine
Jole3221 replied to MissT's topic in Customize with code
@tuanphan Thanks it worked!- 22 replies
-
- fluid engine
- breakpoint
-
(and 1 more)
Tagged with:
-
Adjusting mobile breakpoint in 7.1 Fluid Engine
Jole3221 replied to MissT's topic in Customize with code
@media only screen(max-width: 767px) { /*Your mobile style*/ } Where does this code go for it to have affect?- 22 replies
-
- fluid engine
- breakpoint
-
(and 1 more)
Tagged with:
-
Moving header menu below second section homepage
Jole3221 replied to BareCreative's topic in Customize with code
Tried the code it worked well but its not allowing space from the other elements I have in the header (ex. button, language switcher button). It is good for most of the way but once it gets to a certain point it just goes overtop the buttons I have in the header. Is there code that can make it so that it doesn't go overtop other elements in the header?