Everything about design #797 goes here
|
|
Iorga805S
Posts: 45
Message # 1 |
8:18 AM
2011-09-04
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
Message # 2 |
2:47 PM
2011-09-05
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
Message # 3 |
9:29 AM
2012-01-23
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
Message # 4 |
9:35 AM
2012-01-24
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
Message # 5 |
8:25 PM
2012-01-24
thank you/ where are you learn this? i am azerbaijanian/ because i can't speak english very well
|
Sunny
Posts: 9296
Message # 6 |
4:29 PM
2012-01-25
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
Message # 7 |
3:33 PM
2012-02-04
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
Message # 8 |
12:57 PM
2012-02-06
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
Message # 9 |
1:20 PM
2012-02-06
i want the titles or words to be written like that Word not WORD
|
omurtay
Posts: 2
Message # 10 |
8:07 AM
2012-02-07
can i add facebook share box??
|
Sunny
Posts: 9296
Message # 11 |
1:31 PM
2012-02-08
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
Message # 12 |
8:22 AM
2013-01-04
How do I change the body width of the forums?
|
Sunny
Posts: 9296
Message # 13 |
2:25 PM
2013-01-04
Daemon, Control Panel -> Customize design -> CSS, find
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.
|