• msimpson89

    (@msimpson89)


    I have set up a site using fullscreen or wide format (no sidebars) in Appearance->Theme Options->Design for default layout, pages and posts (with boxed layout with 976px)

    But my text does not extend all of the way to the right side of the screen. It wraps too early, as if there is a righthand sidebar that is “hidden”.

    Any pointers?

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

    (@randomeisterdan)

    You can try to recheck if you have properly selected the wide format for default layout, pages and posts. If all are selected as wide format, you can check the individual posts or pages if they’re layout are accidentally set differently (layout options selected on each page/post override the general design settings of the theme). If you’re still having trouble, you can also try to check your widgets and try removing those that are located on the right sidebar.

    Hope this will help you. If not, then I’m sure someone else here will be able to. 🙂

    Theme Author ThemeGrill

    (@themegrill)

    @msimpson89
    A version update 1.0.4 has been released fixing this issue. Please update to the latest version and it should not be an issue.

    This doesnt appear to be fixed. I have this same issue. I tried to change the size of the content and sidebar (i want the sidebar to be wider anyways…(300px) and changed the width to 25% and the content to 72.xxx respectively (added the two default percentages so that the total width wasnt effected) but it caused the mobile site to break.

    How can I change the widths of the sidebar and the main content to where it will still be responsive?

    used this code to accomplish what I needed if anyone else needs help with this.

    #primary {
        width: 71.0592%%;
    }
    #secondary {
        width: 25%;
    }
    @media screen and (max-width: 767px) {
      #primary, #secondary {
           width: 100%;
       }
    }

    this gave me a sidebar size of 305px on the 1218px layout

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot get rid of "hidden" right hand sidebar’ is closed to new replies.