• Resolved rtv4

    (@rtv4)


    Hello,
    I would like to set the page width to wide in the Web Page Layout settings.
    But the problem arises with widgets, because for users with low monitor resolution the widgets are too narrow, and on the other hand users with for example 4k monitor have widgets too wide.

    Could you please add in some next theme update the option to set a specific number of pixels? Currently you can only set a specific %, which is good for default page width settings, but if the content changes, depending on the resolution (when setting the page width to wide), then the option to set a specific number of pixels would be rather useful for me.

    Do you know any CSS code to set a specific number of pixels of widget width please?
    Your CSS codes are always perfect!

    Thank you for your reply
    Regards
    RTV4

    The page I need help with: [log in to see the link]

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

    (@htmlpie)

    Hi,

    Not sure how pixels could help, I’d rather set some min-width & max-width for the page.

    @media only screen and (min-width:728px) {
      #page .pen_container {
        max-width: 1920px;
        min-width: 1140px;
      }
    }
    Thread Starter rtv4

    (@rtv4)

    Hello,
    Thank you, but could you please do this for widgets only?
    I would like the width of the widgets to be the same on all resolutions, (if it’s not a mobile device).

    Thank you for your reply
    Regards
    RTV4

    Theme Author htmlpie

    (@htmlpie)

    Hi,

    I don’t think that would be a good idea, not for the smaller screens at least.

    If you want to give it a try anyway, check the pen-layout.css, you need to update all the width, left, andright` values.

    Thread Starter rtv4

    (@rtv4)

    Hello,
    thank you so much!
    It’s not a problem on lower resolutions, it just might look a bit strange on some tablets, but it looks better on higher resolutions in my opinion.

    Regards
    RTV4

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widget width setting in pixels’ is closed to new replies.