Hi;
I want to display the portfolio heading and sorting option like Magazine Element. It’s mean the heading is the left and sort option is the right.
But I can’t find the field “heading of a portfolio” so I need your help.
Additional, my portfolio (having title and excerpt) is not the same height so they look not perfect. Can you also fix these?
Hey NHAT TAN,
The size is coming because of the headlines text.
The issue here is that if we give a quick solution for the height, while it will be fixed if u have a bigger headline afterwards it will be cuted.
Best regards,
Basilis
I remember that I change the default position of sort option of Mansory is center, but mine is left. Why?
Hi ezvisa,
To center it try adding this css code in Quick CSS (located in Enfold > General Styling):
#js_sort_items .sort_by_cat {
text-align: center;
}
#js_sort_items .sort_by_cat > a,
#js_sort_items .sort_by_cat > span {
display: inline-block;
float: none;
}
Best regards,
Nikko
Thanks, Niko;
Can I remove the ‘/’ and add margin about 10px between each Category?
Hi ezvisa,
Yes, just add this css code in QUick CSS:
#js_sort_items .sort_by_cat > a {
margin-left: 5px;
margin-right: 5px;
}
#js_sort_items .sort_by_cat > span.text-sep {
display: none;
}
Just adjust the margin-left and margin-right value to adjust the distance between those filters.
Best regards,
Nikko
Thank you very much! Your response is so quick, I appreciate that.
Hope you have a nice day.
Oh, I have one more about the alignment of Title Portfolio Grid. I want these be center. Can you help me?
Hi ezvisa,
#top .grid-content .grid-entry-title.entry-title {
text-align: center;
}
Best regards,
Nikko
I have no word about your excellent help. I’m so happy.
Hope you have a great job!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon