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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -