Simple Machines Community Forum

SMF Support => SMF 2.1.x Support => Topic started by: Erdal1 on October 29, 2015, 04:25:59 AM

Title: Forum width
Post by: Erdal1 on October 29, 2015, 04:25:59 AM
width #wrapper, .frame  has no effect, why? ???

I want to change the width.

Title: Re: Forum width
Post by: Erdal1 on October 29, 2015, 05:01:19 AM
index.template.php

<style type="text/css">#wrapper, .frame {width: ', $settings['forum_width'], ';}</style>';

no Change

responsive.css

#wrapper, .frame {

min-width: 100% !important;
}


index.css

/* These divisions wrap the forum sections when a forum width is set. */
#wrapper, .frame {
margin: 0 auto;
}


Title: Re: Forum width
Post by: Erdal1 on October 29, 2015, 05:41:59 AM
done.

Admin setting
Title: Re: Forum width
Post by: Illori on October 29, 2015, 05:56:46 AM
i dont know which version of 2.1 you are using, but the forum width has been removed as it can/will break the responsiveness of the theme.
Title: Re: Forum width
Post by: Erdal1 on October 29, 2015, 06:45:43 AM
V 2.1  from here

http://download.simplemachines.org/
Title: Re: Forum width
Post by: Antes on October 29, 2015, 06:46:40 AM
Just FYI forum width setting is removed from core, you probably see the changes in next beta release (unless you download the software from GitHub).
Title: Re: Forum width
Post by: Erdal1 on October 29, 2015, 06:49:54 AM
ok thanks to all  8)