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

    Hi Support,

    I was wondering if I can change the whole Ajax portfolio slider. I have tried to put in this code:

    .portfolio-preview-image {
    width: 44.6%;
    }
    .portfolio-preview-content {
    width: 55.4%;
    }

    The code is working, but this is not what I really want. I don’t want the empty white field at the right. Can you tell me how I can change the size of the whole portfolio preview?

    Regards,
    Tjeerd

    • This topic was modified 10 years, 4 months ago by TjeerdKorse.
    #398101

    Hi TjeerdKorse!

    Can you post the link to your page where we can see empty white space? :)

    Best regards,
    Yigit

    #398117

    Hi Yigit,

    The website is offline right now. I’ve added de login credentials to my first topic post, so you can see what I mean.

    Regards,
    Tjeerd

    #398118

    Hi!

    You have following code in Quick CSS

    .portfolio-entry {
    height: 300px !important;
    width: 300px !important;
    }

    please remove it and then add following code to Quick CSS and adjust as needed

    .portfolio-preview-content {
    width: auto;
    }
    .portfolio-preview-image {
    width: 40%;
    }

    Regards,
    Yigit

    #398119

    Hi Yigit,

    Yes, I’ve tried many things. This worked for me, thanks a lot!

    Regards,
    Tjeerd

    #398127

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change the size of the Ajax portfolio slider’ is closed to new replies.