This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Clients section issue on Pitch Premium

Open 3 replies premiumthemetheme-pitch
10 years ago · Last reply by Magus 10 years ago

My website that build on Pitch Premium has an issue on clients section.
The clients images are displayed correctly on clients sections after the main page loaded,
but the imaages start to go out of alignment when someone press the scroll right arrow.

Please visit my site and refer to this screenshot http://screencast.com/t/gOCniUBhdyc to view the client section after scrolling right.

How do solve this issue?

URL: http://bubblelaundrette.com.my/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 8 months ago

    Hi Cv2k10

    In your custom CSS please find this entry

    .home-loop .post-list-wrapper {
      margin: 0px -6px;
    }

    and change it to

    .home-loop .post-list-wrapper {
      margin: 0px 10px;
    }

    Let us know how you get on

    Magus

  2. cv2k10 10 years, 8 months ago

    Yes, it’s better now.

    But is that possible to centerize the 4 images?

  3. Magus Staff 10 years, 8 months ago

    Hi Cv2k10

    Please add the following to your custom CSS

    .home-loop .post-list li:first-of-type.post {
        padding-left: 0px;
    }
    .home-loop .post-list li.type-client.post img {
        margin-left: 0px;
    }

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread