Skip to main content

HOW TO CUSTOMIZE BEEZ 2 TEMPLATE FOR JOOMLA! 2.5

HOW TO CUSTOMIZE BEEZ 2 TEMPLATE FOR JOOMLA! 2.5

Some times you my need to customize the default templates inorder to use them in a unique way and
some of these customization are tricky especially messing with the underlying code...
Fast forward ama disscuss two partial but major customization of the beez 2 template specifically in Joomla! 2.5.

The two customs ama discuss are the fontsize changer on top of template and then the space which remains at top of the template after removing the font size changer.
  1. Removing the fontsize changer on top of the template

Find and delete or comment this code in beez2/template/index.php:



AND ALSO:

 
   
     2.  To remove the space left after removing the fontsize changer

  • Go to personal.css and change the code as follows:

Code before changes

#header ul
{
display:block;
margin:0px 0px 1px 0px;
text-align:right;
list-style-type:none;
padding:10px 0px 10px 0px;
position:absolute;
top:5px;
right:0px;
}

Code after changes

#header ul
{
display:block;
margin:0px 0px 1px 0px;
text-align:right;
list-style-type:none;
padding:10px 0px 10px 0px;
position:absolute;
top:0px;
right:0px;
}
  • In the same personal.css file find and edit the code below:

Code before edit
#all #header
{padding-top:8em;
}

Code after editing (The ems will vary depending on if you have a Top Menu or not):
Suitable for those with Top Menu in their site if you don't have Top Menu increase the 3ems value to 4 or 5 etc.
#all #header
{padding-top:3em;
}

That is all for now!

Comments

Popular posts from this blog

Are IEBC web servers overstretched by online applications of voter registration clerks?

Are IEBC web servers overstretched by online applications of voter registration clerks? With the recent advertisement of 2900 vacancies in biometrics voter registration clerks by IEBC in the local dailies, candidates are required to fill an online application form that easy! But to me it had been a nightmare trying to access their website (www.iebc.or.ke), not even applying.                                                                                                           The above is the message that welcomed me on typing the IEBC website URL in my browser, since last Sunday, until late Monday at around 9pm in the evening when I managed to access, and may be that was the trick, problem solved! Yes! But may be for then, since it didn’t hold at all, on Tuesday I tried to prove this to my disappointment, this time around I tried until late in the midnight all in vain, this no doubt a true sign of the IEBC web servers amiss. This is the sample of biometrics voter re

Computer Mouse Problem Solved

Some times back I was unable to use my laptop mouse for a period of not more than six months and after soughting various sources I finally found a solution (I used solution number 4 as listed below).These are some of solutions to mouse or trackball poblems I propose: Install Axiotron-done by vendor who sold you you latop-they just put insulation to the motherboard. Undervolt your machine-using a cookbook ($10-cost) to run at lower voltages/higher processing speeds than the default. Restart pen driver using Activity minitor. Disable pointing devices in your BIOS(Click F2 on boot)Ref:sumsung np-x1 Solution number 4 solved my mouse/trackball problem for my sumsung np-x1 model laptop so I hope this would of some help to someone else who might be having related problem. Please let others know if this works by commenting after trying them out.