Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #43977
    bo
    Member
    Post count: 10

    Hi,

    what file is creating the css code:

    html { min-width: 1200px; }

    where can I find what is doing this or where to change it?

    Thanks!

    #44827
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    That is part of the bootstrap framework. If you want to override it, then you can add the following to Theme Options > Custom CSS:

    html { min-width: 1000px; }

    – Ed

    #45470
    bo
    Member
    Post count: 10

    Ive tried this before even in the style.css file. Unfortunately it still leaves a white space on the right side of the screen on mobile. I’ve run out of ideas on how to get rid of the white space on the side. The only thing that sort-of worked was making the site responsive, but that disrupted the layout way too much to be useful.

    Thanks,
    Bo

    #45477
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,

    It must be overwriting it. Please try it like this

    html { min-width: 1000px !important; }

    Thanks
    Tahir

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register