-
AuthorPosts
-
April 9, 2014 at 12:02 pm #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 :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.April 9, 2014 at 1:08 pm #249216Hi Ben!
Can you post the link to your page where this issue occurs so we can take a look?
Best regards,
YigitApril 9, 2014 at 2:06 pm #249251hey,
http://lafabrique-bayonne.com/blog/?page_id=2993
- This reply was modified 10 years, 7 months ago by Ben.
April 9, 2014 at 2:10 pm #249256Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-image img { width: auto; }
Best regards,
YigitApril 9, 2014 at 2:19 pm #249263Thanks 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 ?
April 9, 2014 at 2:42 pm #249278Hi!
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!
YigitApril 9, 2014 at 3:12 pm #249282hey, 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 ?
April 9, 2014 at 3:16 pm #249285Hey!
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!
YigitApril 9, 2014 at 3:47 pm #249306Ok 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 !
April 9, 2014 at 3:50 pm #249308Hi!
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,
YigitApril 9, 2014 at 3:50 pm #249311Perfect ! thank you !!
April 9, 2014 at 3:55 pm #249315 -
AuthorPosts
- The topic ‘Issues with PNG files in portfolio grids’ is closed to new replies.