Portfolio - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #164803

Hi there!

Thanks for reaching out.

  1. Only title can not be moved to top with simple css, but the whole details section can be as follows: https://share.cleanshot.com/rnyDLyST It requests code customization.

Your second and third page links are not accessible from my end. Please check and let me know.

Best Regards

0
MN
Marek N
Accepted Answer
1 year ago #164833

Maybe it was a temporary problem

What message do you see on other pages?

0
MN
Marek N
Accepted Answer
1 year ago #164940

ok How to move an entire section

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #165066

Hi,

Here you go:

#sp-simpleportfolio {
    display: flex;
    flex-direction: column;
}
.sp-simpleportfolio-details.clearfix {
    order: -1;
}
0