1 reply [Last post]
matteoraggi
matteoraggi's picture
User offline. Last seen 1 year 48 weeks ago. Offline
newbie
Timezone: GMT+1
Joined: 2008-02-23
Posts: 2
Points: 2

in this page, there is a photo, named LOGO:
http://www.discotechebergamo.com/index.php?option=com_mtree&task=viewlink&link_id=6&Itemid=127
I just want to move it on the right and leave the table with text on the left of logo, how I can do it, and on which files I have to work on?

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 1 day ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

Wow, thats alot of neddless

Wow, thats alot of neddless code. this is the same as nested tables for layout. Why dont you seek support from the Template creator, Yoo Chrome?

Im not going to dissect all this code, but at a glance, you'll need to change the property value of left: to something you want. for example...

div#logo {
  left: 700px;
}
 
div#menu {
  left: 20px;
}


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com