SP Simple Portfolio Layout Spacing - Question | JoomShaper

SP Simple Portfolio Layout Spacing

DE

Dan Ellmore

SP Page Builder 1 year ago

Is it possible to add space in the page layout for SP Simple Portfolio

My client wants to add space betwee the image and the heading and below the heading before the text

Screen shot below for reference

https://www.dropbox.com/scl/fi/c5of622wqpkyncibuoxiy/portfolio-spacing.png?rlkey=qv5dd79t8c2jvuwef68yxzybj&dl=0

thanks!

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #166982

Hi There!

Thanks for reaching out.

Your site URL here would be better though.

However, you can try the following code in your custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-image {
    margin-bottom: 50px;
}
.sp-simpleportfolio .sp-simpleportfolio-description>h2 {
    margin: 0 0 50px;
}

You can change the values in the above code as per your need.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
DE
Dan Ellmore
Accepted Answer
1 year ago #167011

This has worked perfectly many thanks!

Dan

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

Hi Dan,

Glad that I could help and you are always welcome:)

You may accept the most useful answer in order to close the post.

Best Regards

0