Home Forums Pro Themes Education Hub Pro Possible Bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8700
    iacovoni
    Participant

    In boxed mode site views perfectly on browsers, but not on tablet and smartphone… the footer area is smaller than the rest of the page, the orange line before the footer too and also the one under the main menu.

    #8727
    wensolutions
    Keymaster

    Hello,

    Sorry that you had to see this issue and thank you form informing us and making the theme better,

    To fix the issue please go to

    Dashboard => Appearance => Customize => Theme Options => Advanced Options

    and add the following custom css,

    @media screen and (min-device-width: 360px) and (max-device-width: 768px) { 
      .site-layout-boxed #main-nav, .site-layout-boxed #footer-widgets{
         width:115%;
      }
    }

    We hope this solves your issue,
    Best regards.

    #8883
    iacovoni
    Participant

    Thank you very much,

    It solved the problem BUT the bottom widgets will not have the margins correct on the right (the text of widgets will overflow out of the right side).

    #8890
    wensolutions
    Keymaster

    Hello again,

    Can we please have your site URL so that we can see your problem better?

    Best regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.