Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • igon2 Friend
    #929566

    Hi,
    why the module with logo (custom module) http://prntscr.com/b2x3e9
    is dissapearing on the small screens or mobile devices
    http://prntscr.com/b2x4k0

    What to do? Please, help.

    pavit Moderator
    #929577

    Hi

    In this file /templates/uber/local/acm/bar/css/themes/pink/style.css at line 381 you have

    @media (max-width: 767px) {
      .uber-bar .col-sm-8 {
        display: none;
      }
    }

    Change to :

    @media (max-width: 767px) {
      .uber-bar .col-sm-8 {
        display: block;
      }
    }

    Regards


    1. Screenshot_5-1
    igon2 Friend
    #929579

    Thanks, could you advice how to place the logo and phone in one line?

    pavit Moderator
    #929588

    Thanks, could you advice how to do the logo and phone in one line?

    Hi

    I changed in this file /templates/uber/acm/bar/tmpl/style-1.php 2 div classes for block container from

    <div class="col-xs-12 col-sm-8"> <div class="col-xs-12 col-sm-4">

    To

    <div class="col-xs-6 col-sm-8"> <div class="col-xs-6 col-sm-4">

    now 2 blocks are on the same line

    Regards


    1. Screenshot_7-3
    igon2 Friend
    #929590

    Great! Thanks a lot Pavit. You are the best!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  igon2 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum