How can i change the width of a boxed site i need it to be 1600 wide.
Also how can i get rid of the extra space i get when sizing down the site for my top images ?
I get a lot of extra space at the top and bottom of the images? http://morganmediaproductions.com/
I was using the top images as full wide but it stretched the image making the quality not good so i am wanting to make a boxed site at the same width as the top images to make it work right at 1600
Thanks
If you really want a boxed site, you can change the width through custom CSS. Check the snippet.
/* Adjust width of a boxed layout */
body .fl-page {
width: 1600px;
}
Take note you might need to wrap that in media queries for mobile responsiveness. I have another suggestion for you though. You can keep the full width layout of the theme and use a fixed width content then adjust the max-width on the global settings to 1600px. This give you more flexibility.
Sorry, forgot about the spaces on your top images. I believe they are top and bottom borders you’ve set on the row? Just remove them and you should be good to go!
ok i think i like this new version better for my top slide show images it keeps them full wide well kinda i am still getting large amounts of space around them as it sizes down making it look bad.??
Anyway to do something like this with whats is in bb … i think this is the Showbiz plugin i use on that site. http://woodweddingsigns.com/
back to the site i am working on
the 3 images under the top images will be full wide to with test on them when i get to that,
this is my own site so i am in no rush i have to re-edit over 20 year of photos for this…lol
That is caused by the height you set from the slideshow module. I would suggest using a more robust slider (e.g. Revolution Slider) to achieve what you really want or maybe go with custom CSS. Our slideshow module can only offer so much.