Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    I just have displayed the linked website, but I can’t see any horizontal scrollbar. In which browser have you experienced this problem please?

    If your problem continues, I recommend you to deactivate all your installed plugins (one after another) to verify whether your issue isn’t caused by some plugin.

    Best regards,
    Tomas Toman

    Thread Starter gumer

    (@gumer)

    I turned off all plugins and still the same. I use only four plugins: WPML, All in seo, lightbox gallery and Google Fonts add Latin Extended.

    Horizontal scroll bar is visible in 1280 px horizontal resolution. I’ve checked on second computer with 1366 px horizontal resolution and the scrollbar disappears. Responsive is not working?

    Theme Author TT Themes

    (@tomastoman)

    Please let me know, in which browser have you experienced this problem?

    It seems that you use an automatically generated menu. It could cause some problems with responsive displaying. Please try to create a custom menu in “Appearance > Menus” and assign it to the “Main Header Menu” location to see whether it could help.

    Best regards,
    Tomas Toman

    Thread Starter gumer

    (@gumer)

    Hello.

    I’ve noticed one more thing. When I increase the site-title font, horizontal bar appears on computer with lower resolution in all (!) pages, even in those with small quantity of text.

    I use FF 37.0.2 on both computers.

    I’ve changed the menu and it’s still the same.

    Theme Author TT Themes

    (@tomastoman)

    Hi,

    I just have displayed your website in Firefox 37.0.2 with resolution 1280 x 768, but I can’t see any horizontal scrollbar (see this screenshot)

    Please try to add the following custom CSS:

    @media screen and (max-width: 1200px) {
      body #container {
        max-width: 1012px;
    }
      html #wrapper #main-content,
      body .header-content,
      body .menu-box, body #footer {
        width: 956px;
    }
      body .site-title,
      body .site-description,
      body .header-logo {
        max-width: 740px;
    }
      html #wrapper .sticky-nav {
        max-width: 1012px;
    }
      body #content {
        width: 628px;
    }
      body #sidebar {
        width: 300px;
    }
      body .footer-widget-area {
        width: 300px;
    }
      #wrapper #container {
        max-width: 100%;
    }
      body .top-navigation {
        width: 956px;
    }
    }

    Best regards,
    Tomas Toman

    Thread Starter gumer

    (@gumer)

    Thank you! It works! You’re the best 🙂

    Theme Author TT Themes

    (@tomastoman)

    I am glad that I could help you! 🙂

    With the best wishes,
    Tomas Toman

    I have a horizontal bar at the very top of my site on all pages. It is right above the contact information and spans the entire width of the page. Is there a way to disable (or hide) this bar? Here’s the site.

    Theme Author TT Themes

    (@tomastoman)

    Dear Gary Stripling,

    the upper top bar is determined for showing the latest posts in a carousel-slider format. You can hide it by selecting “Hide” in “Theme Options > Header > Display Carousel Box”.

    Note: Since you are using the Premium version of this theme, please use the support page on my website in case of any further questions. This support forum on wordpress.org is determined only for the Free version. Thank you!

    Best regards,
    Tomas Toman

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to disable a horizontal bar?’ is closed to new replies.