The Joomla! Forum ™






Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Beez2 - Default
PostPosted: Sun Jul 24, 2011 9:23 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jun 15, 2011 10:52 am
Posts: 19
I want to use the text option instead of a logo within the Beez2 banner area in Joomla 1.6, but when I enter the relevant text it wraps to create a new line as if the place holder is to small. Please see attachment.

Is it possible to either reduce the font size or increase the size of the text place holder so the text doesn't wrap to the next line?

Thanks.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Beez2 - Default
PostPosted: Mon Jul 25, 2011 3:12 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Wed Aug 13, 2008 2:57 am
Posts: 20513
Location: Chennai, India
You have to change the value for the attribute width in the following css entry available in the file position.css located in the directory /templates/beez_20/css.
Code:
#logo
{
        margin-top:0.6em;
        margin-left:10px;
        /* position:absolute;*/
        display:block;
        padding:20px 20px 20px 10px;
        width:425px;
        padding-top:0.6em;
        font-weight:normal;
        line-height:1em;
        font-size:3em;
}


Note:
In these situations, you could use the tool FireBug to inspect elements and view the css entries.

The tool FireBug that is available in browsers such as FireFox and Chrome could be used for this purpose. With FireBug you can inspect an element in a web page and find out its css entries and in which file the entries are located. You could even change the css entries to see how it affects the look and feel of your site. Once you are satisfied you could incorporate the changes in the actual file.

Review the document http://docs.joomla.org/Tutorial:Using_Firebug_With_Your_Joomla_Website for more information about how to use FireBug.

_________________
- Ilagnayeru (MIG) Manickam
http://www.eegan.org - helping the poor and underprivileged
educate. empower. enrich.
Support the poor and underprivileged


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group