Before you ask please READ THIS

How do I increase the Customized Logo space and the default Body font size?

edited January 2012 in Airlock Posts: 1
Hi

These are probably two very easy questions so apologies for my newbieness.

On my home page, http://thebarcelonabrit.com, I want to use a text logo to title my page 'The Barcelona Brit'. But this wraps to two lines and impinges on the slideshow so for now, I have just gone with 'Barcelona Brit' as it is more pleasing to the eye.

How do I increase the container width for the custom logo space so 'The Barcelona Brit' sits on a single line.

My second question is universal. I love the Cufon Sansation font but I'd like to make it default to a larger size. How do I do this?

Kind regards

Andrew

Comments

  • AirAir
    Posts: 10,970
    Hi there,

    You will have to edit file http://thebarcelonabrit.com/wp-content/themes/airborn/style-def.css

    Find line 182 that should looks like
    #logo { width:275px; height:100px; padding:0 0 0 0; float:left;}
    end increase the width for about 100px:
    #logo { width:375px; height:100px; padding:0 0 0 0; float:left;}

    Next with edit line 206
    #menu {z-index:203;  width:685px; height:100px; position:relative; float:left; clear:none; padding:0; margin:0; background:none; font-weight:bold; font-size:123%; }
    and we cut same amount of width as we added above:
    #menu {z-index:203;  width:585px; height:100px; position:relative; float:left; clear:none; padding:0; margin:0; background:none; font-weight:bold; font-size:123%; }
    Should help.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion