Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1278061

    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

    #1278142

    Hey Stephen,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1278167

    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

    #1278343

    Hi Stephen,

    Well, if you can make a png sprite we can try to add it with css to that link.

    Best regards,
    Victoria

    #1278355

    Thanks Victoria

    Link to PNG is below:

    Stephen

    #1278372

    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

    #1278376

    It didn’t work Victoria.

    I tried editing the path to the PNG in your CSS code just in case but no joy.

    Stephen.

    #1278710

    Hi Stephen,

    Can you make the image smaller? And share it here?

    The height should be 22 or 27px.

    Best regards,
    Victoria

    #1280209

    Hi Victoria

    I solved the problem by putting the icons on the banner image instead, so problem solved.

    Stephen

    #1280310

    Hi envato99,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Any way to put JPG in portfolio grid?’ is closed to new replies.