*

nijamutheen

  • ****
  • 110 posts
Chrome browser instant chat messanger shows ananoumsly on Veronica theme
 see
messages and notifications column
« Last Edit: August 08, 2017, 10:14:18 AM by nijamutheen »

*

MB Themes

Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #1 on: August 08, 2017, 10:47:34 AM »
You mean column titles?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #2 on: August 08, 2017, 08:53:44 PM »
Yes

*

MB Themes

Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #3 on: August 08, 2017, 10:59:10 PM »
@nijamutheen
Add following code to file:
oc-content/plugins/instant_messenger/css/user.css


Code: [Select]
@media screen and (max-width: 767px) {
  .im-table-head > div.im-col-2 {display:none;}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #4 on: August 09, 2017, 11:24:34 AM »
Not working
DeskTop view: http://prntscr.com/g693eq
Mobile View(chrome browser):   http://prntscr.com/g69e67
« Last Edit: August 09, 2017, 11:47:10 AM by nijamutheen »

*

MB Themes

Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #5 on: August 09, 2017, 02:14:17 PM »
@nijamutheen
Then you know you have not placed code to that file.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #6 on: August 09, 2017, 03:23:36 PM »
So where to place ? And which code do I want to place ?

*

MB Themes

Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #7 on: August 09, 2017, 04:21:29 PM »
@nijamutheen
Add following code to file:
oc-content/plugins/instant_messenger/css/user.css


Code: [Select]
@media screen and (max-width: 767px) {
  .im-table-head > div.im-col-2 {display:none;}
}

you can place it at start at for sure to add !important  after ;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nijamutheen

  • ****
  • 110 posts
Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #8 on: August 09, 2017, 05:40:27 PM »
see totally 3 columns are Hidden on mobile devices http://prntscr.com/g6edgu

*

MB Themes

Re: Chrome browser instant chat manager shows ananoumsly on Veronica theme
« Reply #9 on: August 09, 2017, 06:52:40 PM »
And thaat is correct
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots