Comments Jesse started the conversationMarch 10, 2016 at 11:11pmHi - I'm having some trouble with the CSS on the portfolio filters on the home and portfolio pages. Please advise.1. I'd like the portfolio filters to have the same left padding/margins as the logo and pre-hero but am having trouble. Please advise.2. I'd like to change the size of the font of the portfolio filters.Thanks. 2,006Support repliedMarch 12, 2016 at 6:07amHi,Please add these styles in Theme Options > Custom CSS:#filters { margin: 0 auto; width: 1180px;}@media only screen and (max-width: 1466px) {#filters { margin: 0 auto; width: 940px;}} @media only screen and (max-width: 1260px) {#filters { margin: 0 auto; width: 860px;} } @media only screen and (max-width: 1024px) { #filters { margin: 0 auto; width: 100%;} }To set to font size also add this:#filters li a { font-size: 34px; }Thank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio1 Like Sign in to reply ...
Hi - I'm having some trouble with the CSS on the portfolio filters on the home and portfolio pages. Please advise.
1. I'd like the portfolio filters to have the same left padding/margins as the logo and pre-hero but am having trouble. Please advise.
2. I'd like to change the size of the font of the portfolio filters.
Thanks.
Hi,
Please add these styles in Theme Options > Custom CSS:
#filters {
margin: 0 auto;
width: 1180px;
}
@media only screen and (max-width: 1466px) {
#filters {
margin: 0 auto;
width: 940px;
}
}
@media only screen and (max-width: 1260px) {
#filters {
margin: 0 auto;
width: 860px;
}
}
@media only screen and (max-width: 1024px) {
#filters {
margin: 0 auto;
width: 100%;
}
}
To set to font size also add this:
#filters li a {
font-size: 34px;
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio