• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » side box move
side box move
lordvirus1313
Posts: 11
Reputation: 0

Message # 1 | 2:33 PM
it is possible i can move my side box with site menu, statistics, calendar on right side to more right side ??? whats the parameters in css
Mar1aN
Posts: 192
Reputation: 3

Message # 2 | 2:36 PM
lordvirus1313, you can do almost anything. Provide your website address.
lordvirus1313
Posts: 11
Reputation: 0

Message # 3 | 2:41 PM
http://twojsmaczek.ucoz.com/
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 4 | 2:57 PM
It seems like your sidebox has a width of 50% that's why there's a space on the right.

add this on the end of your CSS.
Code
.sidebox{width:auto !important}
lordvirus1313
Posts: 11
Reputation: 0

Message # 5 | 3:04 PM
yes i added a 50 % to this line i want change parameters to smaller, sidebox is to huge for me. I change rate to 50 % and its ok but i cant put more to right. do you know how ?
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 6 | 3:15 PM
you can try changing the size of part-l and part-r to decrease the size of the sidebar.

example:
Code
.part-l{
  width:940px;
}
.part-r{
  width:200px;
}
lordvirus1313
Posts: 11
Reputation: 0

Message # 7 | 3:23 PM
ok i try but no effect beeing good, my two logos upper going crazy, banner with food goind very right sight, and sidebox is smaller but no on right side.
Mar1aN
Posts: 192
Reputation: 3

Message # 8 | 3:27 PM
To reduce the width of the right side, change the px(pixels) of this css code
Code
.part-r {
       width: 370px;
}

And after that, if your left side looks to small, you can increase her width changing the pixel of this code
Code
.part-l {
       width: 770px;
}


If you change the width of .part-r to 300px and the width of .part-l to 840px , it will look like this


I recommend you this course offered by www.codecademy.com , that will teach you the basics of HTML and CSS, in an interesting way. :D
It helped me alot!

To see your HTML and CSS code, i used Page Inspector.
Attachments: 3299509.jpg (120.3 Kb)

Post edited by Mar1aN - Wednesday, 2014-10-01, 3:39 PM
lordvirus1313
Posts: 11
Reputation: 0

Message # 9 | 3:40 PM
sidebox is ok but top of page dont with that parameters, i have 2 pictures of logo one is on part-l and second on part-r
uCoz Community » For Webmasters » Design Customization » side box move
  • Page 1 of 1
  • 1
Search: