binkrabbitgoods
-
Posts
9 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by binkrabbitgoods
-
-
For some reason that didn't work, but this did! I altered what you sent me before for Our Furniture page.
I think I'm learning!
/* Hello, Bunny Lover mobile order */ @media screen and (max-width:767px) { div#page-section-60c6ad070aea5d001f466c79>.row { display: flex; flex-direction: column-reverse; } }
-
On 11/14/2021 at 11:12 AM, binkrabbitgoods said:
Site URL: https://www.binkrabbitgoods.com/
Hi! Can someone please help me hide vertical dividers when in mobile view?
I have VERY limited CSS knowledge... Can you help me understand if order matters when copy & pasting code?
Code block:
<div class="vertical">
</div>Thank you in advance!
@tuanphan Any chance you can help with this too?
-
18 hours ago, tuanphan said:
#1. Add to Design > Custom CSS
/* Our Furniture mobile order */ @media screen and (max-width:767px) { div#page-section-617ef30a980d1a70be35af2c>.row { display: flex; flex-direction: column-reverse; } }
#2. Can you share link to landing page?
@tuanphan The landing page is www.binkrabbitgoods.com
Thank you! The code you shared worked for the 'Our Furniture' page!!
-
8 hours ago, tuanphan said:
Only the very first image. I'd like the image to be above "Coming Soon!".
Same with the landing page, I'd like the image to be above "HELLO, BUNNY LOVER!"
Cám ơn anh! / Thank you so much in advance!
-Jeni Nguyen
-
I wonder why they would be different. Does order matter in CSS?
In any case, is there a way to hide just the vertical lines without adding horizontal ones when in mobile?
-
@SquareRefresh Thanks for your help! But it didn't work... 😕
Looks like it pushed the line to the left and added a horizontal line.
Any other suggestions?
-
Site URL: https://www.binkrabbitgoods.com/
Hi! I need help forcing an image block above text when switching to mobile for the landing page and "Our Furniture".
Thank you in advnace!
https://www.binkrabbitgoods.com/
https://www.binkrabbitgoods.com/ourfurniture
-
Site URL: https://www.binkrabbitgoods.com/
Hi! Can someone please help me hide vertical dividers when in mobile view?
I have VERY limited CSS knowledge... Can you help me understand if order matters when copy & pasting code?
Code block:
<div class="vertical">
</div>Thank you in advance!
Need Help Hiding Vertical Elements in Mobile
in Customize with code
Posted
Thank you! It worked!