Hi there,
On http://wordpress.p367756.webspaceconfig.de/ I have a three columns layout. When switching to mobile, there is a space of ca. 20 px between the columns. How can i avoid this?
See screenshot: http://wordpress.p367756.webspaceconfig.de/wp-content/uploads/2016/09/screenshot_space.png
Regards Henrik
Hey Rico008,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .flex_column{
margin-bottom: 0px !important;
}
}
Best regards,
Jordan
Hey Jordan,
works perfect! Thx a million!
Regards Henriki
Hi!
Please feel free to let us know if we can do anything else for you, we would love to assist further.
Best regards,
Basilis