[Support request] inline social icon

Home Forums Support [Support request] inline social icon

Home Forums Support inline social icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1059683
    Shivam

    Hey I am using page hero of generate press and social snap plugin, How can i place the social icon next to the meta info. Here is how my current code look like.

    [rank_math_breadcrumb]
    <h1>{{post_title}}</h1>
    By: {{post_author}} | Updated On: {{post_date}} [ss_social_share]
    #1059749
    Leo
    Staff
    Customer Support

    Hi there,

    This should be a question for the plugin support as it requires modifying the plugin’s CSS.

    Something like this should help you to get started:

    .ss-inline-share-wrapper {
        display: inline;
    }
    #1064984
    Shivam

    After adding this css it is looking something like this how can i fix it?

    #1065007
    Leo
    Staff
    Customer Support

    Have you checked with the plugin support first?

    #1065185
    Shivam

    They said that you should ask your theme provider to provide appropriate css.

    #1065190
    Leo
    Staff
    Customer Support

    Providing custom CSS is really neither the job of the theme or plugin support.

    Try this for your HTML structure first:

    [rank_math_breadcrumb]
    <h1>{{post_title}}</h1>
    <div class="second-line">By: {{post_author}} | Updated On: {{post_date}} [ss_social_share]</div>

    Then add this CSS:

    .page-hero .second-line {
       display: flex;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.