Soha 8084 Posted November 23, 2008 Share Posted November 23, 2008 hellohere what I have done...downloaded only girls theme and took the only girls img folder, header, and global.css and replace them with those of the default themeIE 7 - FF - Google chrome all show the new theme and the default one as 100% widthbut one of my frinds pc showed the theme as fixed (in the middle of the page) see the image attachedI couldn't know if it is IE 6 or 7 or 8 !!!!I want to make it 100% width how ?? where is the code for thatWhy it is fixed in some pc and other 100% width ???please I really need the code for that Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 24, 2008 Author Share Posted November 24, 2008 come on guys !!!!please help Link to comment Share on other sites More sharing options...
Tung Posted November 24, 2008 Share Posted November 24, 2008 In yourthemes/css/global.css, find the #page tab, try 93% replaced by 100%. Link to comment Share on other sites More sharing options...
daryl Posted November 25, 2008 Share Posted November 25, 2008 Why would you want to do that? if you set it to 100%, people who uses higher resolution screen will see each column distance wide apart. Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 25, 2008 Author Share Posted November 25, 2008 hellothanks Tung for your help I downloaded a theme of yours earlier and liked it very muchdaryl yea you are right ! I wasn't clear in the title what I want is how to make the default theme liquid meaning that it takes the width of any screen all coluns to get red of the white distance before the right and left columnI did find a post here about a long way of changes but in the end they still didn't approved the changes where ok or it missed up on one screen!!the weird thing I see it on my 1200 * 800 resolution HP laptop as liquid (as wide as the screen) but other people send me screen shots like the one attached hereI realy hope some one would give us the right way to do it or at least a liquid theme that works with v1.0 to see what have been done there Link to comment Share on other sites More sharing options...
By Kuhi Posted November 25, 2008 Share Posted November 25, 2008 I am looking for 100% width Template,But , I could not find How can I do width Template?Please the help...The example web sitehttp://www.bebekmarket.com Link to comment Share on other sites More sharing options...
Paul C Posted November 25, 2008 Share Posted November 25, 2008 I started to have a play with a template with most of the formatting removed that was full width. I think it's 1.0. I've attached it here for anyone that wants to have a play with it... not sure it works though Edit, tested it and it was an old version... will try and find the last one I did and post it....Edit again; this is the one, but hardly any styling in it, so not really in a state you could use.... but may help by playing with it...Paul skeleton.zip Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 25, 2008 Author Share Posted November 25, 2008 Thanks Paul will take a lookbut as you said not sure it works as a liquid themeI know the diffrence between a fixed and liquid theme is that the later has stretch points in it where as fixed don'tstretch points don't have writing or graphics on them so can that be done with the default themeand I say default becuase we could modify any theme to the basic structure of the defaualt without worries it will affect functionthanks again Link to comment Share on other sites More sharing options...
Tung Posted November 26, 2008 Share Posted November 26, 2008 GoodThe following code in my search for ideas to find theWe would like to help research#page { width: 93%; text-align:left;}h1#logo { float: left; width: 29%; margin-top:0.5em;}#header { margin: 0 auto 0 auto; height:100px; width: 100%; text-align: right;}/*---= Changed to 20% Width, and 25px right padding =---*/#left_column { float:left; width:20%; padding-right: 25px;}/*---= Added 10px Padding along with 60% width =---*/#center_column { float:left; padding: 10px; width: 60%;}/*---== Added padding to column and 10% width =---*/#right_column { float:left; width: 10%; padding: 15px 25px 10px 10px;}#page { width: 980px; margin: 0 auto 2px auto; text-align:left;}h1#logo { float: left; width: 29%; margin-top:0.5em;}#header { float: left; height:100px; width: 71%; text-align: right;}#left_column, #center_column, #right_column { float:left;}#left_column { clear:left; width:180px; padding-right: 10px;}#center_column { width: 556px; margin: 0 0 30px 0;}#right_column { width: 180px; padding-left: 0px; Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 27, 2008 Author Share Posted November 27, 2008 ok guysI will apply the changes Tung provided to a test prestashopbut I need you to help me test it on all browsers and differant screen resolutionsif it is ok confirm and if something is not right report please so we would work all together to create a liquid presta themewill post the link to the test shop in an hour Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 27, 2008 Author Share Posted November 27, 2008 just a REMINDER we are working on V1.0 when we manage it will try it on V1.1 Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 27, 2008 Author Share Posted November 27, 2008 well this is the link with the modification Tung postedhttp://becute.net/prestasosoplease report is it liquid , what is your resolution , what browser you are viewing the site withwhat do you suggest to modify the only thing I modified on this copy of presta V1.0global.cssall other originaltell you what to modify so we would all finally create a liquid theme for prestaany help is appreciatedI noticed that if you restore down the browser (IE 7) things overlay each other Link to comment Share on other sites More sharing options...
Paul C Posted November 27, 2008 Share Posted November 27, 2008 Hmm, I'm not sure what you guys are trying to do though.... just adding more whitespace to pad out the window isn't really creating an elastic design You want all the elements to make use of the extra space surely, so you need to get rid of the fixed widths in the columns?Paul Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 27, 2008 Author Share Posted November 27, 2008 you are right Paul this is what I have been trying to say:)do you know how to make all elements use the space ?? do we need stretch points?? how to do that??am not but a beginner girl in designing so we need the stepsanyone has a liquid theme as a point to start from???any help appreciatedwaiting for your replies and suggestions Link to comment Share on other sites More sharing options...
barje Posted November 29, 2008 Share Posted November 29, 2008 Find in your global.css this code and change or add what you need: /* global layout */ #page { width: 100%; } #header { height:100px; } #left_column, #center_column { float:left; } #right_column { float:right; } /* Footer */ #footer { text-align: center; } I think this is what you are looking for.Bye. Link to comment Share on other sites More sharing options...
Soha 8084 Posted November 30, 2008 Author Share Posted November 30, 2008 hello barjethis is exactly what we have applied to the test shop which I deleted it right nowwhat it is not really liquidall it did is that it made the columns far away from eac otherand when you restore the page the blocks override each otherstill waiting for a total change Link to comment Share on other sites More sharing options...
levbilen Posted July 13, 2009 Share Posted July 13, 2009 hi,which one is better?a 100% width Template or a 70% width template like;http://www.bebekvebebek.com Link to comment Share on other sites More sharing options...
shacker Posted August 28, 2012 Share Posted August 28, 2012 this is elastic theme and free http://catalogo-onlinersi.net/es/plantillas-prestashop/358-prestashop-elastico.html Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now