Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1127044
Social Icons to top bar in mobile
Closed

Comments

  •  2
    Ashley started the conversation

    How can I add social icons to appear to the top bar in mobile?

  •  1,845
    Elated replied

    Hi there,

    Solution to this issue can be achieved by adding code below

    @media screen and (max-width: 480px){
       .eltd-top-bar {
           display: block!important;
       }
    }

    into Elated Options > General > Custom CSS like shown in screenshot here https://www.screencast.com/t/QqFHlVi3iR. However Search Icon and Menu Opener Icon will be present on page as well. If you want it to be removed please add following code into Custom Css as well

    @media screen and (max-width: 480px){
       .eltd-position-right {
           display: none!important;
       }
    }

     If there is anything else you need help with, please let me know.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.