Necessary to design a small correction in the mobile version

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart ThemeNecessary to design a small correction in the mobile version

This topic has been marked as resolved.

Hi,

You fixed some problems for mobile version but one moment is still. This just are design problem. Look at the image http://nimb.ws/Vn9ThF

I sow where you pasted CSS code in Theme settings > Custom > Stylesheet and I changed:
row 60 from padding-right: 20px; to 10 px
row and 84 from padding-left: 20px; to 10 px

But. This part was fixed but in another part, for example “Subscribe to newsletter”, “email” and “subscribe” fields was broken. Maybe you can fix that because I’m afraid I can do something bad.

Of caoures befores I tried and another sizes but. 15 px not enough, 10px too much for “Subscribe to newsletter” … I don’t know where I can do fielsds “email” and “subscribe” just al little narrower.

Thanks

April 14, 2016 at 9:11 am #46508

Hi,

Can you please provide a screenshot with the wrong points, which you see. We’ve checked your website again and it seems OK.

BR,
ThemeBurn team

April 18, 2016 at 1:14 pm #46662

? You can see in the #46506 post … or look here http://nimb.ws/Vn9ThF :)

April 18, 2016 at 1:27 pm #46664

Now we see :)

Can you try to add this additional CSS:

@media (max-width: 360px) {
  .has_slider .tb_grid_view.tb_style_bordered.tb_multiline.tb_side_nav,
  :not(.panel-body) > .has_slider.no_title .tb_grid_view.tb_multiline:not(.tb_slider),
  .tb_slider.tb_side_nav
  {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tb_slider.tb_side_nav ~ .tb_slider_controls a {
    z-index: 2;
  }
}

BR,
ThemeBurn team

April 22, 2016 at 11:56 am #46791

:)
This code I must put in custom css tab on the top or or before remove some code what you put before?

BR

April 22, 2016 at 12:10 pm #46795

Hi,

Just put in the custom CSS tab under all other code.

BR,
ThemeBurn team

April 22, 2016 at 1:00 pm #46797

Nice working. Can close this theme. Thanks!
BR

April 22, 2016 at 2:39 pm #46798

Glad we could help.

BR,
ThemeBurn team

April 26, 2016 at 12:37 pm #46857
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.