canvas slider help - responsive

1 reply · opened Jun 23, 2016

JjelliwebccJun 23, 2016

Hi Please help me,

What do i change (and where) to get the slider to show the full boxes - please see attachment.

Also how do i center the buttons on the header page for small devices ( cell phones)

SSemicolon WebSTAFFJul 1, 2016

Hello,

  1. You will need to add the following CSS Code to make the Slider's Height Auto on Mobile Devices:
.device-xs #slider,
.device-xxs #slider {
	height: auto !important;
	padding: 60px 0 !important;
}
  1. You can consider adding the following CSS Code:
#slider .container { text-align: center; }

This will definitely work fine.

Let us know if we can help you with anything else or if you find any further issues.

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