Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Portfolio Images in One Line
- This topic has 5 replies, 2 voices, and was last updated 7 years, 12 months ago by J. Davis.
- AuthorPosts
- November 21, 2016 at 9:35 am #415221HadasGuest
Hey,
First I really like Emmet! It’s easy and beautiful. Thank you 🙂My question is related to the portfolio section:
We have 6 images to display, and even though I tried this the pictures are not on one line (screenshot).
I also want them to be in the middle of the section, not on the left.This is what I did so far on the child theme css:
.portfolio-list .portfolio-box { width: 10%; }
also insert the function in the guide above to my child theme functions.php file.
My site is on a local host so I can’t give you a link to it… /:
How can I change it?
Thanks,
HadasNovember 22, 2016 at 11:55 am #415809HadasGuestSolved it!
.portfolio-list .portfolio-box { width: 10%; float: none; display: inline-block; padding: 15px 20px; }
November 22, 2016 at 12:01 pm #415813HadasGuestNow, is there a way to set the links to open in a new window?
November 23, 2016 at 9:00 am #416299J. DavisKeymasterHi Hadas,
Thank you for solving your request by yourself. I’m not quite sure I understand you last question correctly. What exactly links do you mean, portfolio items?
Best regards,
JohnNovember 24, 2016 at 10:16 am #416879HadasGuestHey John,
Yes I wish that when clicking on the portfolio image on the homepage the link will open up in a new window.
How can I do it?Thanks,
HadasNovember 25, 2016 at 1:25 pm #419048J. DavisKeymasterHi Hadas,
It is not possible as this section outputs posts (portfolio). It means that you need to edit link of portfolio posts. You can do that using redirect plugin. You can search for free redirection plugin at wordpress.org.
Best regards,
John - AuthorPosts
- You must be logged in to reply to this topic.