Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design 785 goes here |
Everything about design 785 goes here |
I have deleted. This page still looks the same. http://talentg.ucoz.com/load
|
Oh, sorry.
It can be viewed now: http://talentg.ucoz.com/load |
It's still the same. The right side bar is a little bit lower than other pages.
http://talentg.ucoz.com/load |
Hope,
Quote (Natashko) Go to CP->Design->Design management (templates)->File Catalog->File catalog main page ->Restore default template. Then embed the banner right after: Code <div id="maincol"> Keep in mind that you should do all the changes in the HTML mode and not in Visual editor |
I have already deleted the space of the logo but I still want to move it upper and enlarge the logo a little bit.
http://talentg.ucoz.com/ |
Hope, Go to CP->Design->Design management (CSS)->find:
#logo-block {float: left;margin: 1px 0px 0px 65px;} and substitute it with #logo-block {float: left;margin: -15px 0px 0px 65px;} Then Go to CP->Design->Design management (templates)->Top part of the website->find: Code <img src="http://talentg.ucoz.com/Talent-Grab-Logo-New-crop.png"width="150px" height="50px" /> and substitute it with Code <img src="http://talentg.ucoz.com/Talent-Grab-Logo-New-crop.png"width="180px" height="70px" /> |
Can it be move the left more?
http://talentg.ucoz.com/ |
Hope,
Quote (Hope) Can it be move the left more? Yes, an you would know the answer, if you study HTML and CSS, just like advised before. Go to CP->Design-.Design management (CSS)->find: #logo-block {float: left;margin: -15px 0px 0px 65px;} Substitute it with: #logo-block {float: left;margin: -15px 0px 0px 35px;} |
How can I delete all the facebook, twitter, rss, etc. icons on the right top of every page? http://talentg.ucoz.com
|
Hope,
Quote (Hope) How can I delete all the facebook, twitter, rss, etc. icons on the right top of every page? http://talentg.ucoz.com Go to CP->Design->Design management (CSS)->add: #soc {display:none;} |
| |||