i believe its minima stretch.don't know. anyone please can modify minima stretch and upload iit in xml and share me how did you do that.. any help is appreciated thanks. http://moneyfreefast.blogspot.com/search?updated-max=2009-02-10T18:49:00+05:00&max-results=7
well the site is not mine and i want to have something like that site.. but i dont know how to.. this is not mine http://moneyfreefast.blogspot.com/search?updated-max=2009-02-10T18:49:00+05:00&max-results=7
yes it is so widen without sidebars in the right .. now it is very easy to understand for visitors..please tell me how to do that,..
i want a website or blog without sidebars and etc.i just want plain white how can i do it with blogger? i want it in blogger please tell me how any experts here please
well there is a blogger template known as nexus 5 it doesnt have any sidebars here u go: http://www.allblogtools.com/blogger-templates/1-column/nexus-5/ Code (markup): it is my favorite in single column but if you want a wide range the check this out: http://btemplates.com/blogger-templates/1-column/ Code (markup): OR http://www.bloggerblogtemplates.com/2008/03/single-column-blogger-templates.html Code (markup):
hey thanks for all this sites all of them are helpful but I cant really find the same as his blog http://moneyfreefast.blogspot.com/search?updated-max=2009-02-10T18:49:00+05:00&max-results=7 by the way really thanks for those sites
What you need to do is to change the header wrapper to 1000 or 1100. that should be about the same width. select minima as your template. go to layout and click on edit html you need to scroll down the code until you find this: /* Header ----------------------------------------------- */ #header-wrapper { width:660px; margin:0 auto 10px; border:1px solid $bordercolor; } Code (markup): see where it says: width:660px Change it to 1000 or 1100 now do the same here where it says 700px: #header .description { margin:0 5px 5px; padding:0 20px 15px; max-width:700px; text-transform:uppercase; letter-spacing:.2em; line-height: 1.4em; font: $descriptionfont; color: $descriptioncolor; Code (markup): again here: #outer-wrapper { width: 660px; margin:0 auto; padding:10px; text-align:$startSide; font: $bodyfont; Code (markup): and here: #main-wrapper { width: 410px; float: $startSide; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ Code (markup): here you need to change the side bar wrapper to 0px: #sidebar-wrapper { width: 220px; float: $endSide; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ Code (markup): that should do it. If not, PM me. Damon