Author Topic: Lniux Love - Header Issue  (Read 11262 times)

tlrprojects

  • Newbie
  • *
  • Posts: 1
Lniux Love - Header Issue
« on: February 21, 2012, 03:40:39 AM »
I have just installed and enabled the Linux Love theme. In the center of the header there is a "scroll bar" and it will move the "Hello Yourname" up and down. I cannot find anyway to remove it.

Here is my site http://tlrprojects.com

Thank you for any help.

Ricky

  • Full Member
  • ***
  • Posts: 180
Re: Lniux Love - Header Issue
« Reply #1 on: February 21, 2012, 06:57:53 AM »
Ahem, that can be solved, for now , in theme's css/index.css , find
Code: [Select]
div#header div.user {
    float: left;
    height: 100%;
    margin-top: 1em;
    overflow: auto;
    width: 45%;
}
Replace with :
Code: [Select]
div#header div.user {
    float: left;
    height: 100%;
    margin-top: 1em;
    width: 45%;
}

 

X

Do you know?

IfandBut.com helps you to keep yourself updated with latest internet business trends.
Join Now!