Site logo

[Support request] Sidebar width values are not editable

Home Forums Support [Support request] Sidebar width values are not editable

Home Forums Support Sidebar width values are not editable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2464532
    Greg

    Left Sidebar Width and Right Sidebar Width values are forced to increase in increments of 5 and cannot be typed in manually. Please fix this so any number may be entered.

    #2464534
    Leo
    Staff
    Customer Support

    Hi there,

    The increments of 5 work for most of our users so we have no plan to make this change for now.

    If you need specific width then try this CSS:

    .site-content .content-area {
        width: 67%;
    }
    .is-right-sidebar {
        width: 33%;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Switch .is-right-sidebar with .is-left-sidebar depending on what you are trying to change.

    Let me know if this helps 🙂

    #2464544
    Greg

    But it’s dissimilar to other parts of your interface. For example, the Mobile Menu Breakpoint slider goes in increments of 10, but you can edit the field manually. There is no reason you shouldn’t be consistent, and no reason to limit the sidebars in this way. What you mean by “works for most” is “not many people complain”. Those are not the same thing. I bet many people give up and accept the limitation.

    #2464545
    Leo
    Staff
    Customer Support

    I will log it as a featured request.

    We don’t have any plans to release another update in the near future so please use the CSS solution for now.

    Thanks!

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