Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

reduced size for header

Home / Forums / Virtue Theme / reduced size for header

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 7, 2015 at 4:07 am

hi,

I tryed to reduce the header on my site

So I wrote this code:

/* Topbar */
.topclass{
width: 970px;
margin: 0 auto;
background: hsla(240,100%,50%,0.9);
}

/* Header */
.headerclass {
width: 970px;
margin: 0 auto;
background: hsla(240,100%,50%,0.7);
}

The size of the topbar and the header is properly reduced, but if I scroll on a page or post the header is spread to the hole width.
Is there a possability to avoid it?

Regards
Thomas

  • The forum ‘Virtue Theme’ is closed to new topics and replies.