• Page 2 of 2
  • «
  • 1
  • 2
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #808 goes here!
Everything about design #808 goes here!
Natashko
Posts: 3366
Reputation: 171

Message # 16 | 9:35 AM
Kness,
Quote (Kness)
How to change this menu to teh righ of the page and put the content to the left

your website has a one-columned structure. It will be not easy to move the sidebar to the right and the content to left. it will require a lot of custom coding. And we do not provide help with it.
Quote (Kness)
How do I move the Search bar

Find this .searchForm {...} in CSS and change its location in the style
Quote (Kness)
How do you edit the style of the search form

add this in CSS
.queryField {.......}- class of the search field
.searchSbmFl {.......}- class of the search button
and customize their styles up to your taste
Aadee
Posts: 4
Reputation: 0

Message # 17 | 9:36 AM
iam using design 808....

wat size of image is required

how can i do it

Natashko
Posts: 3366
Reputation: 171

Message # 18 | 9:36 AM
Aadee, Go to Control panel->Design->Design management (CSS)->Edit this part: contanier {width: 1000px; margin-left: auto; margin-right: auto; background: url('/.s/t/808/3.jpg') no-repeat; min-height: 1000px;}
width: 1000px - the size of the image.
'/.s/t/808/3.jpg' - here you can change this header image with yours.
Please, see HTML tutorials, e.g. http://www.w3schools.com/ or use forum search if you have design question
forumleb
Posts: 1
Reputation: 0

Message # 19 | 2:34 PM
hey i am working on this site forumleb.ucoz.com design #808
i edited the logo and i replaced an letter with an image after i uploaded via the file manager. and i added the img link from in the design management. it worked in all pages except the Site info and Contact us form....
so any help with this ?
lilu
Posts: 70
Reputation: 6

Message # 20 | 3:01 PM
forumleb, welcome to uCoz!!! biggrin

Go to the Control Panel of your website - Design - Desing management - Top part of the website - and find there the line:

Code
<h1><!-- <logo> -->F<img src="./img/logo.png" border="0" alt=""></img>rumLeb<!-- </logo> --></h1>


and replace it with this:
Code
<h1><!-- <logo> -->F<img src="/img/logo.png" border="0" alt=""/>rumLeb<!-- </logo> --></h1>


You put the wrong path to the image . You have
Code
<img src="./img/logo.png" border="0" alt="">
and fullstop is extra here.

Besides remove this tag:
Code
</img>


Then everything will be displayed okay smile
asd541321
Posts: 19
Reputation: 0

Message # 21 | 10:59 PM
There are two gigantic block of white squares on both the right and left side of this design. How do I fix it?

srhsacs.com
Daemon
Posts: 10
Reputation: 1

Message # 22 | 9:07 AM
How do I change the width of the forum body?
Sunny
Posts: 9296
Reputation: 456

Message # 23 | 2:26 PM
Daemon, Control Panel -> Customize design -> CSS, add

.forum-block {width:00px}


where 00 is your custom size.

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

Message # 24 | 7:33 PM
(Sunny)
Daemon, Control Panel -> Customize design -> CSS, add

.forum-block {width:00px}1

where 00 is your custom size.


Sunny, I tried inserting that into the CSS template, but the forum width stays the same.

Edit: Question, why is there no width defined for the . forum-block selector in the css? And I tried adding width to that but it still didn't work.

Edit2: So I fixed the forum width, but now the header itself is aligned to the left? What went wrong?
Post edited by Daemon - Saturday, 2013-01-05, 2:04 AM
Sunny
Posts: 9296
Reputation: 456

Message # 25 | 1:49 PM
Daemon, provide the website address.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Design Customization » Everything about design #808 goes here!
  • Page 2 of 2
  • «
  • 1
  • 2
Search: