Well guys I am new to CSS and dont knwo much in this.
I need help modifying my site.
my site is wrapped with wrap method it is centered and I am not able to utilized left and right empty space.
I have 2 options in mind
1) change the wrap method to something (I dont know which one)
2) create a layer(like we have "share layer for fb,twitter etc" in this site) left and right where i can place my contents (dont know how to create)
your help will be appreciable.
most sites will have a
most sites will have a wrapper. The wrapper helps contain everything, and help with centering the layout on the screen. The empty space to the left and right are whats left over if the display is larger then the design; its normal. These days, people have very large screens, and will always see the left and right spaces because most layouts are optimised for smaller screens, like 1024px, 800px wide. A few options:
1. change the layout. You can have the layout fill the screen no matter what screen size the user has with a liquid layout.
2. Optimise the current layout to support a larger screen size.
3. create the additional content outside the wrapper.
If you need further assistance, you'll need to post all your code html and css, or provide a link.
Thanks for replying
Thanks for replying CupidsToejam.
All i can say is, this is how the script is designed, reduced in 900px.
1) but i want to override the wrap with "something"
2) or I wanted to use left and right empty space with layer.
#wrap { margin: 0 auto; width: 900px; }
for one, its not a script,
for one, its not a script, the code above is called css. Do one of the things I mentioned above to solve your problem. If you dont understand what I said, it maybe best to have somebody else make the edits for you.
Simply change the 900px to whatever width you want to make the wrapper wider.
Thanks
Thanks CupidsToejam
Well, what i asked is not the same you answered.
yeah I got the solution (2 POINT) as i mentioned.
so I will be using jQuery to use empty space.
m0arjQuery
+needs m0ar jQuerY!