binkrabbitgoods
Member-
Posts
9 -
Joined
-
Last visited
binkrabbitgoods's Achievements
-
tuanphan reacted to a post in a topic: Force image block above text in mobile
-
binkrabbitgoods reacted to a post in a topic: Force image block above text in mobile
-
Need Help Hiding Vertical Elements in Mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Customize with code
Thank you! It worked! -
binkrabbitgoods reacted to a post in a topic: Need Help Hiding Vertical Elements in Mobile
-
Force image block above text in mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Site Design & Styles
@tuanphan 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; } } -
Need Help Hiding Vertical Elements in Mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Customize with code
-
Force image block above text in mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Site Design & Styles
@tuanphan The landing page is www.binkrabbitgoods.com Thank you! The code you shared worked for the 'Our Furniture' page!! -
Force image block above text in mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Site Design & Styles
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 -
Need Help Hiding Vertical Elements in Mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Customize with code
@SquareRefresh 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? -
Need Help Hiding Vertical Elements in Mobile
binkrabbitgoods replied to binkrabbitgoods's topic in Customize with code
@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? -
SquareRefresh reacted to a post in a topic: Need Help Hiding Vertical Elements in Mobile
-
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!