Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1074956
    tcultech
    Participant

    Hello,

    I’ve added an image with link to the global social icons row and I’ve managed to get it to align properly on desktop views, but the mobile alignment stays flush right. Is there a way I can easily center this element on mobile?

    Thanks!

    #1074963
    tcultech
    Participant
    This reply has been marked as private.
    #1074980
    tcultech
    Participant
    This reply has been marked as private.
    #1075201
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media (max-width: 500px) {
    .cuna-button {
    padding-left: 36%;
    } }

    Hope that helps,

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