Shape 5

Joomla Templates => Fresh Bistro - Club => : cbosco August 20, 2015, 02:27:01 PM



: Remove Border Around Site Edges- Fresh Bistro Theme
: cbosco August 20, 2015, 02:27:01 PM
Hello,

Just purchased the Bistro theme and I'm excited to get started on it. The first thing I notice though was the white border around the entire site. In the demo, I thought that this was just the edges of the popup window it was displayed in. Wondering what the most efficient way remove those borders all the way around, so that the site stretches from end to end.

Thanks for you help and time,

Chris


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: mikenicoll August 21, 2015, 06:21:04 AM
Hello,

You can control that by adjusting the background color below:

:
Template.CSS - Line 746

#s5_leftwhite, #s5_rightwhite {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 14px;
    z-index: 1;
}

The body { background is what controls the rest of the white bars at the top/bottom/middle areas.


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: cbosco August 21, 2015, 04:35:25 PM
Thanks. Will give that a try!


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: mikenicoll August 21, 2015, 10:39:25 PM
NP :)


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: cbosco August 24, 2015, 03:19:18 PM
Unfortunately that didn't achieve what I was going for. I don't want to change the color of the background around the outside of the content area, I want to remove it completely. The end result would not have any border of any color around the site.

Thanks


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: mikenicoll August 24, 2015, 07:16:18 PM
Hello,

Then just completely remove the margin on the body { call in the Template.css file.

Regards,


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: cbosco August 26, 2015, 02:04:25 PM
Thanks. That got rid of the margins top and bottom, but not the left and right. Figured that out though. For other people looking to remove the border you will also have to remove or comment out "background" and "width" for the #s5_leftwhite, #s5_rightwhite{. Template.css line 746.

Thanks again for your help!!


: Re: Remove Border Around Site Edges- Fresh Bistro Theme
: mikenicoll August 26, 2015, 08:11:17 PM
NP