Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1061693

    hello,
    thank you for a very nice theme.
    i would like help with two things

    1. i am using a portfolio grid (portfolio page) with one column layout and i would like to display the featured image of each portfolio item in the left side and the title of the portfolio item in the right side, like they are but in reversed order.

    2. i would like to show a read more button that links to the corresponding portfolio item single -page under each portfolio item in the portfolio grid

    thank you very much

    #1063411

    Hey lowry_sam,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-102 .inner-entry {
      display: flex !important; 
      flex-direction: row-reverse !important; 
    }
    #top.page-id-102 .isotope-item.special_av_fullwidth .av_table_col {
        text-align: right !important; 
        display: table !important; 
    }
    #top.page-id-102 .isotope-item.special_av_fullwidth .av_table_col.grid-content {
        margin-top: 12%;
    }
    #top.page-id-102 .avia-arrow {
        left: -.3% !important;
    }
    #top.page-id-102 .av_table_col.portfolio-entry.grid-content {
        padding-top: 4% !important; 
    }

    This code is designed for the one portfolio page so that it won’t interfere with other pages.

    Best regards,
    Mike

    #1064753

    Thank you very much Mike, it works perfectly for me.
    How can I add a Read More Button hat links to the corresponding portfolio item single -page under each portfolio item in the portfolio grid?

    #1064789

    Hi,
    Sorry this is not one of the options for the portfolio grid, but you could try this solution

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.