html - How do I sort out these columns on tablet/mobile device? -
i trying restyle faq page. need fix spacing after categories on mobile/tablet devices. tried fix padding , width, didn't work quite well.
.faqs_content .faq_content .faq .media-left { padding: 0 30px; }
using padding not way that. should use flex-box
responsive design, or float
, recommend read post https://css-tricks.com/snippets/css/a-guide-to-flexbox/
and if don't want use flex-box easiest way build responsive design website using bootstrap.
Comments
Post a Comment