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 #1033938
Top Left and Right widget content doesn't show on mobile devices
Closed

Comments

  •  2
    conrad started the conversation

    The top left the icons and tel number disappear when its viewed on tablet and mobile.  I inserted them using the Top Left and Top right Widgets.

    To view visit http://conraddavies.com/events/ 

    I couldn't find a setting in the theme options.

    Help would be appreciated on how to keep that info visible on mobile devices.

    - btw love the template

    Regards,

    Conrad

  •  1,845
    Elated replied

    Hello,

    Top bar is too small on mobile devices and there is no way to display email, icons and phone number properly. We hide it from that reason. We advice you to show just one of those and if you want that, please tell us which one you want to show and we will be glad to send you appropriate css code.

    Thanks


    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.

  •  2
    conrad replied

    Thanks, but they are shown on your preview demo... ideally we would like the tel no. top left and email top right, we can lose the social icons. 

    Another thing is there code to show a standard search box rather than those in template?

    regards conrad

  •  1,845
    Elated replied

    Hello,

    1) Please add this code in Elated Options > General > Custom CSS field:

    @media only screen and (max-width: 1000px) {
      .header-widget.widget_text.header-left-widget:last-child,
      .header_top .right .inner>div:first-child {
        display: block;
      }
      .header_top .textwidget {
        font-size:12px !important;
        
      }
      .header_top .textwidget div {
        margin:0 !important;
      }
      .header-widget.widget_text.header-right-widget .textwidget div > span:nth-child(2) {
         display: inline-block;
      }
      header.dark.header_style_on_scroll .textwidget span {
        display: none;
      }
    }

    2) There is no option, since we implemented this search form in this theme. 

    Thanks


    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.