Post Elements (Share) affecting custom post type layout

Home Forums Gillion Theme Post Elements (Share) affecting custom post type layout

Home Forums Gillion Theme Post Elements (Share) affecting custom post type layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • davelow
    Participant

    Hi,

     

    The share elements are affecting the some CPT layouts.

    unlike in the regular posts, the first line of the post starts at the bottom of the share buttons. Is there any suggestions? I would like to keep the share elements for my CPTs.

     

    many thanks in advance.

     

    Dave

    Solution for this topic

    Hi Dave,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-directory.sh-meta-order-bottom .post-content {
        overflow: hidden;
    }

     

    Best regards,
    Shufflehound team

    davelow
    Participant

    resolved with your help.

    thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)