Columns on Medical Demo

3 replies · opened Oct 29, 2018

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.

MMyAmazingUserNameOct 29, 2018

also the phone number in the footer at same screen size

SSemicolon WebSTAFFOct 31, 2018

Hello,

Thanks for reporting this to us!

  1. There is a Minor Bug with the Responsive CSS. Simply find the following code in the css/responsive.css File:
.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;
}
  1. Simply add the following CSS Code:
.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.

MMyAmazingUserNameNov 1, 2018

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