Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gtrew Friend
    #135853

    Firstly, I am using WAMP as a server, as my URL is currently being occupied by my website (which I want to change to the JA Uvite template, once I have customized the excellent looking template.)

    I have, via the CSS menu, inserted a new logo (logo.png), and have incresed the size and slightly adjusted the position of the image.

    See attached file screenshot 2

    I want to include another png, one with some text, size 300 x 95 to the right of the logo – as per the screen shot of the one I made in dreamweaver (logotext.png)

    See attached screenshot_header.jpg

    Would you be so kind as to tell me what code to put into the main CSS file so that I can do this?

    Sorry, my CSS skills are not very good.

    Hope you can help

    Many thanks

    Gary


    1. screenshot-2-of-frontend
    2. screenshot_header
    3. logo
    4. logotext
    scotty Friend
    #281014

    The simplest way is to join the images into one large logo. Then open template.css and on line 715…

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:69px;
    width:177px;
    }

    For width and height enter the dimensions of your new image.

    Peter Matra Friend
    #281441

    I agree combine the logos in one image and change the css width. I found adding extra space gives me some leeway to add padding.

    Just beware of screwing with the height, I made that mistake and screwed up my menus etc.

    gtrew Friend
    #281442

    Thanks perter – much appreciated.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  gtrew 15 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum