This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Laranz
Hello, how can I set in my custom CSS the distances showed in this pic? https://prnt.sc/g4e9m3
I would to know the code to set the distance of the point 1, 2, 3, 4, 5, 6, 7, 8 of the pic
Hi,
These are the CSS selectors and their default values, you can customize it according to your needs.
.page-content {
margin-bottom: 30px;
}
.btn.big, .button.big, .subscription-toggle, .bag-total-table .large-btn {
padding: 0 28px;
}
.portfolio-filters li {
margin: 0 2px 20px;
}
.portfolio-filters {
margin-bottom: 40px;
}
Let us know,
Thanks,
laranz.
I tried several things, also using the Firebug plugin on Firefox… but it seems really impossible to set the distance no.6 and no.7 showed here https://prnt.sc/g4e9m3
Do you know how to change these two?
Hi,
For 6.
.portfolio-item .portfolio-image {
margin-bottom: 5px;
}
7. & 8.
.portfolio-descr h3 {
margin: 5px 0;
}
Let us know,
Thanks,
laranz.
Thank you very much!
Hi,
Glad it worked. 🙂
Let us know If you have any other questions.
Thanks,
laranz.,
The issue related to '‘Portfolio spaces’' has been successfully resolved, and the topic is now closed for further responses