• I have 2 questions regarding the portfolio carousel, my website is https://www.twofoldshop.com

    #1: The middle photo in the portfolio carousel on main page suddenly has displaying issue. It has now moved up and showing only one portion of the photo, other photos are displaying correctly. This photo was working properly before, not sure what caused this error.

    #2: I would like to move up the carousel as I don’t want a title displayed. I would like to minimize the gap between the home slider and the carousel. How can this be achieved?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1 It looks like the photo got uploaded incorrectly.

    https://i2.wp.com/twofoldshop.com/wp-content/uploads/2015/12/IMG_1498-square.jpg?zoom=2&fit=2904%2C2904&ssl=1&resize=343%2C343

    I would try re-uploading it to see if that helps.

    2 Try pasting this code into Appearance> Theme Options> Custom CSS.

    `.home .wrap.contentclass {
    padding-top: 0;
    }`

    Let me know if that helps!

    Thread Starter shoptwofold

    (@shoptwofold)

    Hello Kevin,

    Thanks for your help! After adding another code to yours, it worked:
    .home .contentclass {
    padding-top: 0;
    margin-top: 0px;
    }
    .sliderclass {
    padding: 0;
    }

    Regarding the photo, not sure how, but it fixed itself. ??

    Any chance you would know if I can change the carousel into a photo where once the viewer clicked, it would lead to my shop? Currently bc it is portfolio carousel, it opens the photo in portfolio view. Thanks again!

    Hey,
    The portfolio carousel is only designed to link to the portfolio posts. You would need a different type of carousel like a product carousel (something in premium) or a plugin that adds something similar.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Carousel alignment & spacing’ is closed to new replies.