• Hi,

    I have Bento set to a boxed layout at 1080px wide. This works fine as long as I don’t use my browser fullscreen. As soon as I set it to fullscreen on my 1920×1080 monitor, the box is no longer 1080px wide, but gets larger, messing up my layout.

    Is there some custom css I can insert to prevent this behaviour?

    Thanks in advance,
    Jorg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey Jorg,

    this is, again, intended behaviour – on larger screens the theme automatically makes use of the extra space by expanding the fixed content width by a certain amount of pixels. While it’s not recommended to base layouts on specific pixel-widths (as they may behave unpredictably on any of the other hundreds of variations of screen sizes currently on the market), but if you really need to do that, you will need to edit or delete the media-query breakpoints on lines 1695 and 1712 of the /includes/customizer/customizer.php file as well as lines 3701-3709 of the style.css file.

    Sincerely,
    Andrii / Satori Studio

    Thread Starter jorgspek

    (@jorgspek)

    Andrii,

    Thanks again for your help.

    I made some changes to the custom css section to fix my background-image layout for full-hd+ windows and will be looking into those php edits for the mobile menu.

    Kind Regards,
    Jorg

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Boxed layout not fixed at width setting?’ is closed to new replies.