Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #808 goes here! |
Everything about design #808 goes here! |
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, 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 |
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 ? |
forumleb, welcome to uCoz!!!
![]() 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=""> Besides remove this tag: Code </img> Then everything will be displayed okay ![]() |
(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
|
| |||