Menu height not changes (not responsive) from 1280px till 1600px screen

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeMenu height not changes (not responsive) from 1280px till 1600px screen

This topic has been marked as not resolved.

Dear support,

My website is http://controlsystems.az

Question is: How can I change size (height) of Main left menu by screen size? By default height is not changing, only with…

Please see multiple sizes of my site – http://quirktools.com/screenfly/#u=http%3A//controlsystems.az/&w=1280&h=800&a=1&s=1

I’ve attached attachment for best view

Thanks

February 24, 2017 at 1:16 pm #56858

Hi,

Can you try to use this extra CSS:

@media (min-width: 1260px) {
  #FireSlider_DjV011JA .mightySlider,
  #FireSlider_DjV011JA .slide_element,
  #FireSlider_DjV011JA .frame
  {
    min-height: 530px;
  }
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

March 7, 2017 at 6:32 pm #57228
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.