Help with Blogger.com customisation

Status
Not open for further replies.

wildSaffy

New Member
Hi,

I have been volutenteered to do a blog for a work colleague who is leaving.

As I am short on time could somone help me with two "simple" things:

(1) I need to re-align the header which at the moment is aligned left:

http::janegoestofrance.blogspot.com

The HTML header is as follows:

/* Header
----------------------------------------------- */
#header {
padding:15px 0 10px 110px;
position: relative;
}

.Header h1 {
margin:0 0 .25em;
color:$titlecolor;
font: $pagetitlefont;
}

.Header h1 a {
color:$titlecolor;
text-decoration:none;
}

.Header .description {
margin:0;
max-width:600px;
line-height:1.8em;
text-transform:uppercase;
letter-spacing:.2em;
color:$titlecolor;
font: $blogDescriptionFont;
float:right:
}

(2) More re-alignment

I need to move the text (widget) on the left to start below the picture.

As I say - simple things but I am but a new-born!


Thanks a mill.......;)

wildSaffy
 

CiaranR

Weeno Ltd + Skimlinks.com
change
Code:
/* Header
----------------------------------------------- */
#header {
  padding:15px 0 10px 110px;
  position: relative;
  }
to

Code:
 /* Header
 ----------------------------------------------- */
 #header {
   padding:15px 0 10px 210px;
   position: relative;
   }

and just put a few line breaks before the text widget on the left.
That should sort out your problems presuming what you are trying to do is just take all the text of that pic.
 

wildSaffy

New Member
Quick Question

I have this whacking great widget :eek: in the middle of the blog - it was easy to install but I cannot see where in the html code it is in order to remove it - any ideas?

wildsaffron
 
Status
Not open for further replies.
Top