Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1205144
Header
Closed

Comments

  •  1
    Marcello started the conversation

    Hello;

    Is it possible to adjust height of the header on mobile devices? I cannot see any adjustments in theme options but maybe some custom css?

  •  531
    OrionThemes replied

    Hi Marcello, 

    You want to change the height of menu items? 
    There is no option for this, but it is possible to do it with custom CSS. You want to increase or reduce the height?

    Kind regards,
    Andrej


  •  1
    Marcello replied

    Hello,

    I'd like to reduce the height.

    How can I do?

  •  531
    OrionThemes replied

    This example should help you:

    @media (max-width: 991px) {
        .site-navigation .menu-item > a, .coll_btn i  {
            line-height: 36px!important;
        }
    }
    

    Kind regards,
    Andrej

  •  1
    Marcello replied

    Perfect, but from which section do I have to change this setting?

    Thanks

  •  531
    OrionThemes replied

    You can copy-paste this to Theme options -> Custom CSS and save.

  •  1
    Marcello replied

    Oh it works! Thank you so much.
    I have another question is possible to have the classic header widget area to stay visible when I scroll the page?

  •  531
    OrionThemes replied

    Sorry, but this is not possible.

  •  1
    Marcello replied

    Ok thank you

  •  1
    Marcello replied

    And How can I remove this "white space"? 

  •  531
    OrionThemes replied

    I think this space is padding which is set on a row.

    You need to edit the row, then under Layout you can set the top and

    bottom padding.

  •  1
    Marcello replied

    How can I hide the footer just from one page?

  •  1
    Marcello replied

    And in all the pages, before the footer I have this white space. How can I remove it?

  •  531
    OrionThemes replied

    Hi Marcello,

    It's not possible to hide the entire footer on specific pages. You can only hide the prefooter area. There are setting available below the content:

    According to your screenshot I can see that your prefooter area is empty. If you don't wish to use it, you can disable it in Theme Options -> Footer -> Scroll down to Preefoter settings and simply turn it off. This should also hide the white space above your footer.

    Another thing you can check is space spacing. You can turn this on/off on specific pages (settings below the content).

    I hope that everything will go smoothly from now on. 

    Kind regards,

    Timea

  •  1
    Marcello replied

    I have a problem with the visualisation of the slider on the mobile version because the text that I've put on my image is not in the right position when I use a phone. How can I fix it?

  •  531
    OrionThemes replied

    Hi,

    Revolution slider has an option to set different size and positioning of the elements for different screen resolutions. 

    It is a powerful plugin with lot of options. You will definitely be able to find your answer in their (very well written) documentation. They have a whole section about Responsive settings.

    Documentation URL: https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

    Kind regards,
    Andrej