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
Hi TjeerdKorse!
Can you post the link to your page where we can see empty white space? :)
Best regards,
Yigit
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
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
Hi Yigit,
Yes, I’ve tried many things. This worked for me, thanks a lot!
Regards,
Tjeerd
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