Comments Anders Pico started the conversationFebruary 18, 2018 at 5:31pmI created a couple of pages where I've used columns, but the columns are not centered to the page. How to do I do that? 2,700PenciDesign repliedFebruary 19, 2018 at 4:09pmHi,Please add more this code to Customize > Custom CSS to do that: .column-1-4 { width: 25%; text-align: center; }And you has an item wrong on the list - check this image, It's not in columns, please put it inside to columns shortcodes.Best Regards,PenciDesignAnders Pico repliedFebruary 27, 2018 at 7:17amHi It did center the content, but now it stays the same way on mobil - http://madisaeson.dk/wp-admin/customize.php?return=%2Fwp-admin%2FIt should break the images in single units on mobil, like it did before. 2,700PenciDesign repliedFebruary 27, 2018 at 10:14amHi,Because you did override the CSS of column shortcode to 25% width.Please add more this code to Customize > Custom CSS to make it break on mobile: @media only screen and (max-width: 960px){ .column-1-4 p, .column-1-4 a img.alignnone{ margin-bottom: 0; } .column-1-4{ width: 50%; } } @media only screen and (max-width: 480px){ .column-1-4{ width: 100%; } } Best Regards,PenciDesign Sign in to reply ...
I created a couple of pages where I've used columns, but the columns are not centered to the page. How to do I do that?
Hi,
Please add more this code to Customize > Custom CSS to do that:
And you has an item wrong on the list - check this image, It's not in columns, please put it inside to columns shortcodes.
Best Regards,
PenciDesign
Hi
It did center the content, but now it stays the same way on mobil - http://madisaeson.dk/wp-admin/customize.php?return=%2Fwp-admin%2F
It should break the images in single units on mobil, like it did before.
Hi,
Because you did override the CSS of column shortcode to 25% width.
Please add more this code to Customize > Custom CSS to make it break on mobile:
Best Regards,
PenciDesign