How To Change Portfolio Layout: I Don't Want Angle > 0 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Change Portfolio Layout: I Don't Want Angle > 0

PB

Pier Fortunato bottan

Template 2 years ago

I want to change the simple portfolio layout removing the angle >0 of items. I' using Artion template

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #101501

Oh, indeed that template has ART style/touch.

In that case use below Custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .portfolio-item-wrap {
  transform: none;}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #101413

Hi Pier.

could you give me more details, I don't fully understand.

Besides , yes, sometimes you have to edit Photos in Photo Editor before upload in SP Portfolio component and reset EXIF orientation tag ! from them, otherwise they can be rotated. It's on your side.

0
PB
Pier Fortunato bottan
Accepted Answer
2 years ago #101500

Hi I don't mean photo rotation but simple portfolio layout (angle) in ARTION

https://www.yopifo.it/index.php/my-works/pier

thanks

0
PB
Pier Fortunato bottan
Accepted Answer
2 years ago #101587

thanks for help, last question ... how should I make the portfolio items in horizontally alligned?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #101592

Add also those lines:

.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:first-child {
  margin-top: 0;
}
0