Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1052196

    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?

    • This topic was modified 5 years, 10 months ago by ezvisa.
    #1053422

    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

    #1055514

    I remember that I change the default position of sort option of Mansory is center, but mine is left. Why?

    #1056437

    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

    #1056440

    Thanks, Niko;
    Can I remove the ‘/’ and add margin about 10px between each Category?

    #1056480

    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

    #1056508

    Thank you very much! Your response is so quick, I appreciate that.
    Hope you have a nice day.

    #1056524

    Oh, I have one more about the alignment of Title Portfolio Grid. I want these be center. Can you help me?

    #1056570

    Hi ezvisa,

    #top .grid-content .grid-entry-title.entry-title {
    text-align: center;
    }

    Best regards,
    Nikko

    #1057586

    I have no word about your excellent help. I’m so happy.
    Hope you have a great job!

    #1057646

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Can I display Headi and sorting option of portfolio grid like Magazin elemenent?’ is closed to new replies.