MMyAmazingUserNameOct 29, 2018
What is going on with the columns on the medical demo with iPad portrait and other screen widths of similar sizes.
The three columns are reorganising themselves in a strange way.
3 replies · opened Oct 29, 2018
What is going on with the columns on the medical demo with iPad portrait and other screen widths of similar sizes.
The three columns are reorganising themselves in a strange way.
also the phone number in the footer at same screen size
Hello,
Thanks for reporting this to us!
.col_last { float: none; }
.sidebar.col_last {
margin-bottom: 0 !important;
padding-bottom: 0;
border-bottom: 0;
}and replace it with:
.sidebar.col_last {
float: none;
margin-bottom: 0 !important;
padding-bottom: 0;
border-bottom: 0;
}.footer-big-contacts { white-space: no-wrap; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Perfect.. thanks.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard