Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311594
    brahms
    Participant

    i have remove the code and nothing to change. and when i remove this code i don’t have on my smartphone my configuration

    #1311599
    brahms
    Participant

    do you thing i must to uninstall X child theme?

    #1311679
    brahms
    Participant

    Hi,
    the code is delete!!! thank you.😀
    But on my smartphone the two buttons are superimposinhg( look on the firts picture please) and i want one button at left and right like the same second picture ( look on the second picture)

    thank you

    #1311681
    brahms
    Participant

    this is the second picture

    #1311835
    brahms
    Participant

    Hi,
    It’s ok for me.
    Thank you i like tour help
    Happy new years all us

    #1311907
    Rad
    Moderator

    Hi there,

    It’s working on my end, please clear your mobile browser’s cache. And please always close your @media query. Change this CSS

    @media (max-width: 767px) {
    .floating_buttons .x-container .x-column.x-1-2.x-sm {
          float:left;
          width: 48%;
          margin-right: 4%;
    }
    
    .floating_buttons .x-container .x-column.x-1-2.x-sm:last-of-type {
        margin-right: 0;
    }

    to this

    @media (max-width: 767px) { /* opening */
    
    .floating_buttons .x-container .x-column.x-1-2.x-sm {
          float:left;
          width: 48%;
          margin-right: 4%;
    }
    
    .floating_buttons .x-container .x-column.x-1-2.x-sm:last-of-type {
        margin-right: 0;
    }
    
    } /* closing */

    Thanks!

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