Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #978584
    theoutdoorarmory
    Participant

    Hi

    My issue is this:

    https://theoutdoorarmory.com/theoutdoorarmory-events/cagbalete-island-pahiyas-festival/?event_date=1463162400

    I’d like to make the social sharing buttons on the middle of the row, not on the left.

    Please help.

    Thanks

    #978988
    Joao
    Moderator

    Hi There,

    Please go to Appeareance / Customizer / Custom / CSS and add the following code

    .entry-content .content .ssba .ssba-wrap {
    text-align: center !important;
    }

    Hope that helps,

    Joao

    #983355
    theoutdoorarmory
    Participant

    Hi

    Placed the code in my CSS but still not working. See screen cap for reference.

    Please help.

    #983598
    Christopher
    Moderator

    Hi there,

    Please try this code :

    .ssba.ssba-wrap > div {
        text-align: center !important;
    }

    Hope it helps.

    #983679
    theoutdoorarmory
    Participant

    Woohoo thank you!

    #983743
    Lely
    Moderator

    You’re welcome!

    #985516
    theoutdoorarmory
    Participant

    Hi,

    I have an issue though.

    The code also applies to the social sharing buttons on individual product pages as seen on the link and on the screen cap:

    https://theoutdoorarmory.com/product/gsi-outdoors-pack-kitchen-8/

    Is there a way we could take the social sharing buttons in this back to the left

    AND

    take the social sharing buttons on the individual events pages in the middle.

    ?

    #985664
    Thai
    Moderator

    Please add the following CSS:

    .single-product .ssba.ssba-wrap > div {
        text-align: left !important;
    }

    Hope it helps 🙂

    #987084
    theoutdoorarmory
    Participant

    Thank you so much!

    #987142
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-978584 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>