How can I resize Slideshow? I want bigger, to show full picture. Thanks in advance.

Comments

devsaran’s picture

You need to edit CSS file of Company theme

noobsaibots’s picture

Status: Active » Closed (works as designed)

So if I want to resize slideshow, I must pay $35?

devsaran’s picture

In Style.css

Change the height and width at

#slider {
  z-index: 2;
  position: relative;
  width: 920px;
  height: 320px;
  margin: 0 auto;
  border: 10px solid #FFF;
}