Forum Replies Created
-
AuthorPosts
-
No worries! This is perfect.
Thanks again for helping me and not only giving me a super helpful rundown on how this works in the first place. You rock!
Hey Sarah!
That was super informative. This will definitely help me moving forward on other requests. I really appreciate the detail of your explanation. You rock!
For the second option B (CSS to apply to the homepage.)
@media only screen and (max-width: 767px) {
.responsive #top:not(.home) #main) {
padding-top: 80px !important;
}
#top:not(.home) #header {padding-top:0px !imporant}
}, with this CSS, thats what I want to do! But I just tried the CSS and it looks like the images didnt move away from the header.
Could you help?
Thanks!
ChrisWill do! Appreciate it.
I should be good on this for now. I did have another ask but Im not sure if I should make another thread. So here’s the ask below…
Is there a way using CSS to make the Chevron arrow fade away as the user scrolls down?
Thanks again guys!
Yo!
Thanks so much man, you saved the day for me haha. You were right! It was this custom CSS that made it jump:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency {
background-color: transparent;
position: absolute!important;
}}Thanks again!
ChrisHey!
I see. I’ll give it a try with a color section.
Thanks!
Hey!
I actually don’t seem to have the problem anymore on my homepage, on desktop. I wonder if it fixed after I changed the grid row containing the text not to “set the height to 100% of browser height”.
It looks good on desktop now, but it’s still happening on my mobile phone when I swipe down? Do you see how the text jumps?
Thanks!
Ahh this is perfecto!
Thanks dude!
Hey John,
Thanks for the quick response! To specify:
On my homepage, I currently have a short intro then a chevron icon. Below is the masonry portfolio.
I want to create the parallax effect where these two elements stay in place, but when the visitor scrolls down, the masonry portfolio appears, and the chevron goes away.
Let me know if that makes sense, thanks!
- This reply was modified 7 years, 7 months ago by ccyran.
Hey Rikard / Ismael,
The CSS you provided was perfect…
@media only screen and (min-width: 1600px) {
.av-layout-grid-container {
max-width: 1024px;
margin: 0 auto;
}
}But I want this exact CSS, but not to effect the homepage. Can you adjust it?
Thank you!
Thanks!
Chris- This reply was modified 7 years, 7 months ago by ccyran.
Hey guys!
Sorry I figured it out. You can lock this thread! And for anyone who may search for this in the future, looking for a solution, here’s what to do:
Make sure your Grid Row element called “Custom Minimum Height” isn’t set to “At least 100% of browser window height”. Doing so hides any other grid row elements until you scroll down. Try setting it between 25 – 50%.
And as for the chevron, make it a separate grid row element, but change the “Cell” alignment to bottom. Then just mess with the margins on the grid row above this one containing the chevron arrow.
Thanks!
I did, but I’d honestly rather get rid of this jumping issue.
It’s on every page. I’m surprised you guys aren’t noticing it. I tried it on two of my friends devices and it happens two. It looks almost like the page does a quick hiccup and you scroll down.
Hey Rikard,
Excuse my lack of understanding, the part that says “YOUR CSS GOES HERE”… what CSS?max-width: 1024px;
margin: 0 auto;Apologies! I figured it out.
Thanks Rikard!
- This reply was modified 7 years, 7 months ago by ccyran.
Hey John,
That’ll be a bit tricky for me to tell you. It’s all my portfolio pages. So on my website, every page that’s one of those thumbnails below.
Hey Ismael,
Specifically, how do I adjust it only to the opening copy on my homepage?
Thank you!
Hey Sarah,
This works! But I don’t want it to affect the homepage of my site, because it pushes the text far away from the header. Any suggestions? This is perfect, I just dont want it to affect the homepage & “work” page of my website.
Thank you,
ChrisHey Mike,
I tried that but then it throws off the rest of my page. The masonry grid breaks and I dont get any control over how I want to control the text padding. So in short, I can’t do this because a color section doesn’t give me the same precise control that a grid row does.
I guess I’d have to suggest in the enfold forums to update the grid row elements to include a parallax option.
Hey Rikard,
The page jump always happens at the top of the page, as soon as you scroll down on any page.
Here’s a screen recording from my mobile phone (Galaxy S7) showing this. You can see the text jump down instead of it staying in it’s place.
Video: https://vimeo.com/215420518
Thank you,
ChrisOkay thanks!
Did you check it out on mobile on your phone? It’s really noticeable there.
Okay!
I’m sorry Im a bit confused by that last part. How exactly do I do that?
Thanks again,
ChrisHey I do! Is there anyway to add a margin only on mobile so my fullwidth images don’t sit underneath my header logo and hamburger navigation?
Hey!
I may have answered my own question haha. If I make the element fullwidth slider, instead of fullscreen slider, it behaves better.
I wish I could keep fullscreen slider but have it behave the way fullwidth slider does on mobile.
Hey John,
Thanks for the response. I apologize Im confused. My ask isn’t just for that page with the split image, it’s for every one of my projects. Each project opens on a fullbleed photo. But it’s not responsive at all on mobile.
I’m confused by having to upload another image exclusively to mobile screens.
There isn’t simpler CSS that would make those fullscreen images fullwidth on mobile?
Thanks!
ChrisHey here’s a video,
You’ll see it happen to the text. It’s also very noticeable on mobile devices. Or when you click on a project and scroll down.
PW: in private content
Hey,
Im using a Macbook Pro 13″ Inch with Retina display. 13.3-inch (2560 x 1600).
This affects all grids right? Not just text within a grid?
Thank you,
ChrisHey Sarah,
#top h1 a:hover { text-decoration:underline; }
was perfect! I wanted to do it to “R/GA” only.
Thanks for the quick help!
ChrisHi Rikard,
See below! Let me know if this makes sense…
Page: http://www.ccyran.com/projects/rga-stories/
I’d like the body copy width to stay around this width regardless of the browser width:
https://ibb.co/kdWoi5Instead of this happening when the browser width is wider:
https://ibb.co/mUwoi5So I want to have the similar text responsiveness as this website. The way the body copy width eventually stops expanding after a certain width, regardless of how wide the browser is.
Thanks!
Chris- This reply was modified 7 years, 7 months ago by ccyran.
April 22, 2017 at 11:10 pm in reply to: Don't want content to keep expanding to browser width #781814Hey!
I implemented CSS from a different thread and it worked!
Thanks Ismael!
Hi Nikko,
No worries. It worked!!!! Dude thank you so much. I super super super super appreciate it!
Hey John,
I tried that code but it doesnt seem to be accurate to the pixel value. At 600px, it’s treating the body copy like 190px.
It also throws off the alignment of the images and the header when I add this code.
Thank you,
Chris- This reply was modified 7 years, 7 months ago by ccyran.
YOU ARE THE MAN! Thanks so much!
*Got your note about making new threads too*
Thanks Ismael!
-
AuthorPosts