jeffreyzie
-
Content Count
41 -
Joined
-
Last visited
Posts posted by jeffreyzie
-
-
Hey guys, I'd like to resize the image for mobile view only.
Any suggestions? Thanks
-
Hey Tuan, it stopped working for some reason. Any suggestions? Thank you
-
It actually stopped working again...I used the code you provided in the other post:
@media screen and (max-width:640px) { div#page-5e8296a9e2b00968faec388e>.row:first-child { display: flex; flex-direction: column-reverse; } }
-
Hey guys,
I'm looking to make the footer text smaller than the body text. I feel like there's a code that could probably help this.
Any suggestions?
Thanks
-
Yessir, thank you
-
Hey guys,
I'm trying to hide the menu & hairline icon in the Brine theme (on mobile mode).
Thank you
-Jeff
-
22 minutes ago, tuanphan said:
remove above code and use
@media screen and (min-width:768px) { .newsletter-form-body { text-align: left; } div#block-yui_3_17_2_1_1585622561744_6040 .newsletter-form-wrapper { padding-top: 0; } div#block-yui_3_17_2_1_1585622561744_6040 { padding-left: 0; padding-top: 0; } }
you the man, thank you 🙏🏿
-
-
it worked. Thanks!
One more question: Is it possible to move the boxes up closer to the text as well?
-
-
Hey guys,
I'm trying to move the "Sign up" newsletter button more to the left, as well as the "Email address" box that's next to it.
I've attached a screenshot for preview. The goal is to align both buttons/boxes with the text that's above it.
I'd also like to move these buttons up closer to the text as well.
Thank you
-Jeff
-
It worked, thank you!!!
-
Update: it worked when I just had the Header "Suko" but when I added text underneath it, it stopped working...
Any thoughts? Thank you
-
Just tried. No luck 😕
-
-
-
-
-
@BrandonW Hey Brandon, any update on a new code? This one isn't working anymore.
Thank you!-Jeff
-
Hey @silvabokis
I've tried your recommendation yet I'm having trouble changing the color on the button :/
I have two buttons on the homepage (Take Action & Grab 'Em).
(Well actually three in total but the third one is actually a donation button.)
For the "Grab 'Em" button I would like to change the color to green. How can I find the proper attribute so I can do it through custom CSS?
Here is the site: stoplitteringtoday.org
Thank you! -Jeff
Format text differently on mobile
in Coding and Customization
Posted
Hey guys, I'm trying to format the text evenly for mobile view the same way it is on desktop view.
Here's a few screenshots for example:
Good on desktop:
Bad on mobile:
Any suggestions? @tuanphan Thanks