Decrease the size of the logo, and moves it to the left.

October 08 Joomla Templates
GK User
Sun Feb 12, 2012 6:20 pm
Hi

I want to make some modifications to the template "The World News II".
1) Decrease the size of the logo, and moves it to the left.
2) I want to put a banner to the right of the logo (within top5 - shifting the "top5" to the right of the logo).

Where can I change to do this?

Fabio
:)
User avatar
Fresh Boarder

teitbite
Sun Feb 12, 2012 7:58 pm
Hi

1. Add this class with Your logo dimention values to override.css (please remember to allow using of this file in template settings) :

Code: Select all
h1#gkLogo,
h1#gkLogo a {
    margin:0;
    height: 50px;
    width: 390px;
}


2. To make it You will need to add Your own module position. The instruction can be found here: https://www.gavick.com/documentation/jo ... -position/
User avatar
Moderator


cron