dazelton432 Posted June 20, 2021 Share Posted June 20, 2021 Site URL: https://www.ilovethedaze.com/ryden I'm trying to put images of streaming service side by side with a button for people to click. Emulating this type of design https://tylerthecreator.lnk.to/LUMBERJACK I tried resizing the image, spacers and everything I could think of but when its in mobile mode the Spotify image gets big and is at the top and the button underneath. I want it in a column, possibly with lines to separate every streaming service. I am a beginner but have been trying to find answers to this problem, any insight would be very appreciated. Thanks! Link to comment
tuanphan Posted June 20, 2021 Share Posted June 20, 2021 Add to Design > Custom CSS /* Mobile-Ryden button side by side */ @media screen and (max-width:767px) { div#page-section-60ce62abff2943704dca706f .span-6 { width: 50% !important; float: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
dazelton432 Posted June 20, 2021 Author Share Posted June 20, 2021 12 hours ago, tuanphan said: Add to Design > Custom CSS /* Mobile-Ryden button side by side */ @media screen and (max-width:767px) { div#page-section-60ce62abff2943704dca706f .span-6 { width: 50% !important; float: left !important; } } Thank you this worked! now the only thing is that its not lined up as you can see the button is slightly above spotify, any way to fix this? Really appreciate your reply 🙂 Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 Hi. I think they are fine now? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment