2/
I use the grid portfolio with ajax. Is it possible to dominate the width of the image so that the text block is wider? If this happens it will decrease the white space that is created below the image.
2.1 / Is it possible to avoid this blank space?
2.2 / Does text not create scrolling arrays?
2.3 /
How do I disable the hover click of the image?
LINK
Hey mleite1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.portfolio-preview-content {
width: 60.5%;
}
.avia_transform .ajax_slide a .image-overlay {
display: none !important;
}
2.2 / Does text not create scrolling arrays? – Can you explain a bit more?
If you need further assistance please let us know.
Best regards,
Victoria
Tks, Victoria.
Have a nice day
I realized now that the image continues with the click hover to open it isolated. I want to disable this.
I do not want the image to open
LINK IMAGE
https://imgur.com/LmZMLpY
Hi mleite1,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .portolio-preview-list-image img,
#top .portolio-preview-list-image {
pointer-events: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect Victoria…on css custom
Hi,
Glad to hear that. Let us know if you need further assistance :)
Best regards,
Nikko
With this ticket everything is ok