Hi, I have 3 questions.
1) How do I move the ajax portfolio preview higher up? Like in the image below.. I’d like to move the part I indicated in red higher and nearer to the sorting categories…
2) How do I remove the line above the sorting categories? I’m sure I didn’t add any separator with the Avia builder.
3) How do I move the sorting categories align to the left?
Hi yarac,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
It is here, in the link provided.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.avia-fullwidth-portfolio .portfolio_preview_container {
margin-top: 0px !important;
}
.avia-fullwidth-portfolio .sort_width_container {
border-top-width: 0px !important;
}
.avia-fullwidth-portfolio #js_sort_items {
text-align: left !important;
}
Best regards,
Rikard