Shape 5

Joomla Templates => Lime Light - Club => : krialb September 03, 2013, 02:24:55 PM



: Lime Light Logo can't find CSS id to position my own logo
: krialb September 03, 2013, 02:24:55 PM
I want to edit the css for the logo, but can't find the correct id within the css files. If i inspect the logo with Google Chrome the Div id for the logo = s5_header_wrapper. I can't find this id in any of the css files. I need help to find the correct class or id so that i can position my own logo better.


: Re: Lime Light Logo can't find CSS id to position my own logo
: mikenicoll September 03, 2013, 05:24:42 PM
Hello,

The default coding for the logo is here:

Template.CSS - Line 318

#s5_logo {
    cursor: pointer;
    float: left;
}

-Mike