By chezjjp on
Hi, I am trying to get the picture banner on test.chezjjp.com to be positioned to the right of the "ChezJJP.com" and above the gray line. Would this be a css matter? If so, how would I go about this? (The theme I am using is "scribbish")
I am very new at Drupal and am starting to love it, but would appreciate any help! Thanks so much,
ChezJJP
Comments
use float
i saw your website, and yes it is a css thing,you are using a span..instead of that why dont u put the site name in a div and define its height and width and then float it left and also float the banner image to the left ,then they should align side by side.. i think thats a better approach...i think u should try it...hope it works...
thanks for the reply, im
thanks for the reply, im gonna try this out right now!
acolyte, I know this should
acolyte, I know this should be simple, but I think I'm in a bit over my head here...
Im looking at content.css and examining the header tags but dont see the tag anywhere. Additionally, I am not sure how to add the banner to the css document.
Would you be able to give some more details really quickly? I would really appreciate it!
thanks again/
which theme are you using?
which theme are you using? you should be looking at style.css. in the style.css there should be a header div. check that please.and open page.tpl.php there should be the position of the all the banner image and all that stuff in the header. so first put the elements in the header div in page.tpl, inside the header div create two divs one for the banner and other for the site title and the position them using the style.css...