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??
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.
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.