• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #797 goes here (containers move ,)
Everything about design #797 goes here
Iorga805S
Posts: 45
Reputation: 0

Message # 1 | 8:18 AM
I have design # 797, how can move containers to the sideways of page( do not exist that space between the container and page edge) , but no disappear . so pages to be more wider
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 2:47 PM
Iorga805S, Go to CP->Design->Design management (CSS)->find:
#content {
width: 1000px;
margin: auto;
padding-top: 1px;
text-align: left;
}

Remove width: 1000px;
Go to CP again->Design->Design management (CSS)->find:
#maincol {
margin-top: 10px;
margin-left: 10px;
float: left;
width: 580px; /*FOR IE*/
text-align: justify;
}

Substitute it with:
#maincol {
margin-top: 10px;
margin-left: 210px;
margin-right: 210px;
text-align: justify;
}
siddharth
Posts: 13
Reputation: 0

Message # 3 | 9:29 AM
thanks u very much and also help me in adding logo to the top left of website!
thank u once again, it works!
Sunny
Posts: 9296
Reputation: 456

Message # 4 | 9:35 AM
siddharth, go to Control Panel -> Customize design -> CSS -> find /.s/t/797/3.png and replace it by your own image link.
I'm not active on the forum anymore. Please contact other forum staff.
omurtay
Posts: 2
Reputation: 0

Message # 5 | 8:25 PM
thank you/ where are you learn this? i am azerbaijanian/ because i can't speak english very well
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 4:29 PM
omurtay, what exactly do you want to learn? If you have any questions - ask and do not forget to use search.
I'm not active on the forum anymore. Please contact other forum staff.
Iorga805S
Posts: 45
Reputation: 0

Message # 7 | 3:33 PM
what code can i use to appear at the beginning of the sentences(title of entries in entry board) or word (title of blocks in container) just one capital letter then normal letters?
Sunny
Posts: 9296
Reputation: 456

Message # 8 | 12:57 PM
Iorga805S, please explain in more detail what exactly you want to do, or provide a screenshot.
I'm not active on the forum anymore. Please contact other forum staff.
Iorga805S
Posts: 45
Reputation: 0

Message # 9 | 1:20 PM
i want the titles or words to be written like that Word not WORD
omurtay
Posts: 2
Reputation: 0

Message # 10 | 8:07 AM
can i add facebook share box??
Sunny
Posts: 9296
Reputation: 456

Message # 11 | 1:31 PM
Quote (Iorga805S)
i want the titles or words to be written like that Word not WORD


You need the text-transform property in CSS.

Quote (omurtay)
can i add facebook share box??


Sure, why not?

I'm not active on the forum anymore. Please contact other forum staff.
Daemon
Posts: 10
Reputation: 1

Message # 12 | 8:22 AM
How do I change the body width of the forums?
Sunny
Posts: 9296
Reputation: 456

Message # 13 | 2:25 PM
Daemon, Control Panel -> Customize design -> CSS, find

.forumContent {}


and replace it by

.forumContent {width:00px;}


where 00 is your custom size.

I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Design Customization » Everything about design #797 goes here (containers move ,)
  • Page 1 of 1
  • 1
Search: