Full width is not quite full

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19851
    saltarhype
    Member

    Hi, awesome theme. Love it.

    Just a couple of strange things happening on my site: http://www.saltarhype.com.au

    1. The content area doesn’t quite reach the edges. There’s a 5mm gap on each side of my site. But when I view the Wired live demo, it fills the edges and a bit extra as well. I’m using a Macbook 15″ (1440×990)… It’s as if the content box only wants to stretch to 1430 wide instead of 1440.

    2. The floating ‘back to top’ button is missing and I don’t recall ever seeing it. I’ve tried both ‘disabled’ and ‘enabled’ mode in the theme’s settings, but no dice. It’s non-existent.

    Here’s an administrator login I made for you if you wanna get in there and have a look.

    username: wiredhelp
    password: password2016

    Thanks very much!
    Matt / Saltar Hype Events

    #19876
    Veena
    Moderator

    2. The back-to-top arrow will appear if you have a footer widget area (Appearance > widgets).

    #19885
    Raghavendra
    Moderator

    Regarding the maximum width and the gap seen, it is intentional to prevent the tiles from oversizing. Depending on your preference, you can tweak this by this simple Custom CSS –

    @media only screen and (min-width: 1400px) {
      .boxed #container, .boxed #header {
        max-width: 1400px; /* Pls increase this value to suit your needs */
      }
    }
    
    #20067
    saltarhype
    Member

    Thank you Phoenix & Meteorite. Your comments fixed both issues… Legends.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width is not quite full’ is closed to new replies.