• Resolved carantira

    (@carantira)


    Hi,
    First I’d like to say I love your theme, thanks for sharing ??
    But I got a problem, I can not find out where to fix the size of the slider pictures, I searched the css and even tried to enlarge the pictures but nothing helps.
    Please could somebody be so kind and tell how to solve the problem.

    THanks in advance carantira, starting with gogotogo.de

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ayman

    (@aymanalzarrad)

    Open up your theme stylesheet and search for:

    .slider-item-img img {
    margin-bottom: 30px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    }

    The line you need to change is width: 100%; to width: 300px; or whatever size in px that you need.

    Thread Starter carantira

    (@carantira)

    thanks a lot, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider picture size’ is closed to new replies.