-
AuthorPosts
-
May 11, 2016 at 8:12 pm #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/b2x4k0What to do? Please, help.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 11, 2016 at 8:53 pm #929577Hi
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
May 11, 2016 at 9:04 pm #929579Thanks, could you advice how to place the logo and phone in one line?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 11, 2016 at 9:26 pm #929588Thanks, 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
May 11, 2016 at 9:29 pm #929590Great! Thanks a lot Pavit. You are the best!
AuthorPostsViewing 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
Jump to forum