I have a PORTFOLIO GRID on my home page.
I would like to put some small JPGs in the grid next to the text.
Is it possible?
(Link to site below.)
Thanks
Stephen
Hey Stephen,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hi Victoria
JPG linked below.
My boss wanted to put a few small icons in one of the Portfolio link boxes representing the various broswers that our software works with.
Thanks
Stephen
Hi Stephen,
Well, if you can make a png sprite we can try to add it with css to that link.
Best regards,
Victoria
Thanks Victoria
Link to PNG is below:
Stephen
Hi Stephen,
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
.with-excerpt-container .grid-entry.post-entry-5925 h3 a::after{
content: url(https://credosoft.com/browser_icons_50.png);
display: inline-block;
margin-left: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
It didn’t work Victoria.
I tried editing the path to the PNG in your CSS code just in case but no joy.
Stephen.
Hi Stephen,
Can you make the image smaller? And share it here?
The height should be 22 or 27px.
Best regards,
Victoria
Hi Victoria
I solved the problem by putting the icons on the banner image instead, so problem solved.
Stephen
Hi envato99,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria