bb-vc Posted December 18, 2023 Share Posted December 18, 2023 Hi, I created three buttons using code blocks and they are on the same line when using desktop mode. However, they don't appear the same on mobile view. How I can solve this problem? Thank you! Link to website: https://herring-mackerel-ew27.squarespace.com/ PW: bb2024 Link to comment
Solution Web_Solutions Posted December 19, 2023 Solution Share Posted December 19, 2023 12 hours ago, bb-vc said: Hi, I created three buttons using code blocks and they are on the same line when using desktop mode. However, they don't appear the same on mobile view. How I can solve this problem? Thank you! Link to website: https://herring-mackerel-ew27.squarespace.com/ PW: bb2024 Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .fe-block-yui_3_17_2_1_1702672041187_25641 .tabs-containerb { display: flex !important; align-items: center !important; } .fe-block-yui_3_17_2_1_1702672041187_25641 .tabs-containerb button { left: 0 !important; top: 0 !important; width: auto !important; } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
bb-vc Posted December 19, 2023 Author Share Posted December 19, 2023 9 hours ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .fe-block-yui_3_17_2_1_1702672041187_25641 .tabs-containerb { display: flex !important; align-items: center !important; } .fe-block-yui_3_17_2_1_1702672041187_25641 .tabs-containerb button { left: 0 !important; top: 0 !important; width: auto !important; } It worked perfectly. Thank you! 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