• Resolved po64

    (@po64)


    Привет всем!
    Подскажите пожалуйста как разместить Social sharing buttons с правой стороны экрана

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @po64!

    Thanks for choosing Orbit Fox!

    You can find here a detailed guide on how to use the Social Sharing Module, including how to place the icons on different positions on desktop or mobile.

    Have a nice day!

    Thread Starter po64

    (@po64)

    Привет Luciamarinescu!
    В настройках плагина Orbit Fox нет пунктов “Положение на рабочем столе: влево / вправо – выберите отображение модуля обмена в социальных сетях слева или справа от экрана”
    Ссылка на скрин с настройками https://drive.google.com/file/d/1emHiHNxPN9t37WDcTZ6wPhYQroragOrx/view?usp=sharing

    Mat

    (@mateithemeisle)

    Hello @po64 ,

    Thank you for using Orbit Fox and for reaching out!

    Indeed, changing the alignment of the social sharing icons module is not possible from the plugin settings, however, you can apply the below custom CSS to make the module appear at the bottom of the view window as in the mobile view.

    @media only screen and (min-width: 768px){
    .obfx-sharing-bottom {
        display: flex !important;
        position: fixed !important;
        z-index: 10000 !important;
        top: auto !important;
        bottom: 0 !important;
        width: 100% !important;
        align-items:center;
        justify-content:center;
     
    }
    }

    Thank you and have an amazing day!

    Thread Starter po64

    (@po64)

    Привет @mateithemeisle!
    Спасибо за ответ.
    А через CSS можно установить модуль значков справа экрана? Нам важно, чтобы в мобильном он был справа на экране, так как слева он перекрывает информацию и снизу тоже не очень хорошо.

    Hello @po64!

    It’s possible to make the social icons appear on the right side of the screen on desktop by replacing the code provided above by my colleague with the one below and adding it in the Additional CSS section within the Customizer.

    @media (min-width: 768px){
    .obfx-sharing {
        left: unset !important;
        right: 0 !important;
    }
    }

    Let me know how this worked for you!

    Have a nice day!

    Thread Starter po64

    (@po64)

    Привет Luciamarinescu!
    Все отлично сработало.
    Большое спасибо за помощь!
    Всего Вам хорошего.

    Wonderful, we’re glad it worked properly! Thanks for letting us know!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Social sharing buttons’ is closed to new replies.