Width of Website pages

  • Posted in : Responsy
  • pwong1016
    Participant

    Hi,

    Great template! Is there a way to reduce the width of the template e.g. on portfolio html so the default view on desktop screen is 4 thumbnails across than 5??

    many thanks

    ahmetsali
    Keymaster

    Hi, portfolio is 4 column in 960px width (old monitors) , and looks 5 column in the screens > 1200px.

    In bootstrap.css about line : 734 if you remove the block starts width @media (min-width: 1200px) {
    this way your layout will be max 960px width even in high resolution desktops.

    pwong1016
    Participant

    Hey Ahmetsali!

    Thanks a MILLION for the swift response! Amended the coding and problem resolved:).

    Will probaby have couple more questions in the future but will attempt it first before flooding your inbox.

    cheers again

    emmamargaret
    Participant

    Hello,
    Please could you tell me how do I make the page full width in IE8?
    Many thanks
    Emma

    ahmetsali
    Keymaster

    Hi Emma, IE8 doesn’t support css3 media queries, so layout doesn’t get wider than 960px. There are some plugins like css3-mediaqueries-js that said to add support for mediaqueries for IE8, you can try and see if it works for you.

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

The forum ‘Responsy’ is closed to new topics and replies.