Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285308

    Hello,

    I’m creating a new homepage for my website, but have problems to get well centered images in the post slider. The problem is when i use 4 columns the slider centered them wel, but when i use 5 columns the slider centered them to the left side of the page and a gap appears on the right side of the slider.

    See the link above for example (in the private section)

    What can i do to get the 5 columns wel centered in the middle below my accordion slider? I’ve tried to work with all kinds of elements (1/3, 1/4. 1/5), try to put it in color sections, but nothing helps.

    Thanks in advance,
    Tim

    • This topic was modified 10 years, 5 months ago by broodjekaas.
    #285343

    Hi broodjekaas!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-content-slider .slide-entry {
    width: 15.2%;
    }

    Regards,
    Yigit

    #285352

    Hee Yigit,

    You’re awesome! It’s working fine now!

    Do you also know a way to keep de element of the post slider on the same size? Cause all the elements below of the slider are going up and down because of the different length of textline below the images when the post slider refreshes.

    #285354

    Hey!

    Please add following code to Quick CSS as well

    div.avia-content-slider-inner {
    min-height: 188px;
    }

    Regards,
    Yigit

    #285357

    Wow thanks again! Very fast service, good work guys!

    Keep it up!
    Tim

    #285361

    Hi!

    You are welcom Tim, glad we could help! :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem To Center Images in Post Slider’ is closed to new replies.