Viewing 9 reply threads
You must be logged in to reply to this topic.
In Portfolio, then Overlay, then Distance 100. I want to increase that number. I’m not exactly sure but I LOVE the effect, it just doesn’t get small enough. It’d be so cool if it could get smaller and it seems so easy to do. Do you have code for that? Help a brother out :)
I’ll stick with the 100 for now. It’s soo cool. Great job! Just make it smaller.
Hello,
I don’t understand at all you do you mean but you can change the overlay size by editing this option on customizer:
Let us know.
Regards!
Right! That number, which your picture shows as 80, only goes up to 100 and reduces the box down to that specified size. I want that box even smaller than what number 100 currently creates. I assume this can be done with some code.
Thanks
Hello,
You have to add this custom code to increase the padding more than 100:
.portfolio_item .entry-overlay{padding:130px;}
The code can be added into Customizer > General > Custom Css Box
Let us know if you have resolved this issue.
Regards!
Hello,
I have just fixed it by adding the !important instruction after the “px;”.
Let us know.
Regards!
Ruco, share the fixed code with me here. Copying and pasting the code above does not change the size. For some reason, it went away and I want it in there again. Whatever you changed it to last time, worked.
Faleminderit!
Hello,
Are you referring to this code:
.portfolio_item .entry-overlay{padding:130px !important;}
Let us know.
Best regards!
You must be logged in to reply to this topic.