• Resolved The Nature

    (@the-nature)


    Can you tell me please how to make the boxed style wider?

    Note that the theme looks smaller and smaller in wider screens “boxed style”

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

    (@tomastoman)

    Hi,

    to increase the theme width in the Boxed layout, please insert the following CSS into “Theme Options > Other Settings > Custom CSS”:

    body #container-boxed {
      width: 1220px;
    }
    html body .footer-signature-content,
    html body .menu-panel,
    html body .container,
    html body #footer,
    html body .header-content,
    html body .top-navigation {
      max-width: 1160px;
    }
    html body #main-content {
      width: 830px;
    }
    html #wrapper #container-boxed .sticky-nav {
      max-width: 1220px;
    }
    html body .header-image .header-image-text-wrapper {
      width: 1160px;
    }
    html body .footer-widget-area {
      width: 366px;
    }

    Best regards,
    Tomas Toman

    Thread Starter The Nature

    (@the-nature)

    It works 🙂 thank you

    Thread Starter The Nature

    (@the-nature)

    Theme Author TT Themes

    (@tomastoman)

    I am glad that I could help you! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Theme width’ is closed to new replies.