A
A
Artyom Tsvetkov2015-09-08 12:04:38
css
Artyom Tsvetkov, 2015-09-08 12:04:38

Can't find where I indented or something?

Website: Satservis.by
When viewed on large monitors, everything seems to be ok, on a laptop or tablet, you can see that the slideshow of "products" on the main page goes to the right, I can't find the problem, please poke .
I rummaged around in the styles of the module, I didn’t find anything there.

.da-slider{
    min-width: 50px;
    max-width: 2500px;
  position: relative;
  z-index:0;
  overflow: hidden;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide{
  position: absolute;
    width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding:10px 0;
  text-align: left;
}

Or is the problem not of the module but of the layout?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vadim Bogomazov, 2015-09-08
@deepfriday

.da-slider{
  max-width: 100%;
}

D
Dokuro, 2015-09-08
Chan @iDokuro

I see no problems on the screen 768x1024

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question