Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #249204

    hey there,
    first, thanks for the theme which is great..!
    well when i put a PNG files into “image premiere” ( “image à la une” in french ) in order to display it in my portfolio grid, it appears to encounter an issue, no matter which size i define in the portfolio grid settings, PNG files keep shown as a bigger size, here is a picture of the portfolio grid to illustrate :

    issue with PNG files

    i’ve tried to find a solution on the forum but in vain. May excuse me if this topic has already been resolved elswhere.
    thanks for your answer.

    #249216

    Hi Ben!

    Can you post the link to your page where this issue occurs so we can take a look?

    Best regards,
    Yigit

    #249251

    hey,
    http://lafabrique-bayonne.com/blog/?page_id=2993

    • This reply was modified 10 years, 7 months ago by Ben.
    #249256

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .grid-image img {
    width: auto;
    }

    Best regards,
    Yigit

    #249263

    Thanks Yigit, it work for PNG pictures, but the grid is keeping the large width. Do i need to add some CSS to adjust the grid to the size of my png pictures ?

    #249278

    Hi!

    You are using 3 columns portfolio so it is normal. Can you post a screenshot and show how you would like it to look?

    Cheers!
    Yigit

    #249282

    hey, i would like to have the whole portofolio grid center on the page, not only borders..the probleme is that it keeps the old width..

    take a look :

    i would like to have all my png files in the center of their cells and not with that large width on the right.

    by the way is it possible to add more than 5 columns ?

    #249285

    Hey!

    Please add following code to Quick CSS as well

    .grid-image img { margin: 0 auto; }

    By default it is not possible but you can hire a freelance developer to do it.

    Cheers!
    Yigit

    #249306

    Ok thanks for your help, i still have the grid much larger than my icones, which is not very sexy. last question, what code should i use in Quick CSS to make the grid border transparent ?

    thanks so much for your help !

    #249308

    Hi!

    Please add following code to Quick CSS

    .page-id-2993 .grid-entry .inner-entry { box-shadow: none; }

    it will apply on that page but if you would like to apply it globally, you can simply remove .page-id-2993 from the code

    Best regards,
    Yigit

    #249311

    Perfect ! thank you !!

    #249315

    Hey!

    You are welcome Ben, glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Issues with PNG files in portfolio grids’ is closed to new replies.