Need CSS code for getting 2 columns in mobile view
-
Hey guys, I need your help. I have no knowledge about css codes. I am editing this webpage and in mobile view I need two columns instead of one. The link to the webpage is https://webbnetdigital.com/web-development/
I want our web development clients in 2 columns instead of 1. Please help!
-
We can’t help directly because we don’t host your site on our WordPress.com managed hosting. As a result, we don’t have the ability to take a closer look at your site.
Instead your host uses the open-source variant of the WordPress platform which functions differently than what we offer here on WordPress.com.
The good news though is that help is available here at the open-source WordPress forums: https://wordpress.org/support/forum/how-to-and-troubleshooting/
If you’re looking to learn CSS, I suggest checking out some CSS Basics here: https://wordpress.com/support/css-basics/#selectors
I hope that points you in the right direction!
-
Hello,
You can add the following CSS code to display the web development clients in 2 columns.
@media (min-width: 320px){ .col-sm-12 { max-width: 50%; } }
- The topic ‘Need CSS code for getting 2 columns in mobile view’ is closed to new replies.