Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Use Div style from front-page on another page without editing the style.css


Ivaylo Draganov
Member

@dragunoff

Hi :)

Well, it would be as simple as changing the existing CSS-rule. Just remove the #front-page parent declaration so that the rule applies to all pages containg the #hottags div

#hottags {
position: absolute;
top: 0;
left: 0;
width: 150px;
overflow: hidden;
}

Skip to toolbar