phpwordpresswordpress-thesis-theme

How to place header on top of container in thesis theme


I am having problem with the placing of header part above my container part using thesis theme for wordpress as i am unable to do so.

<body class=" customize-support">
<div id="logo"> </div>
<div id="container">
<div id="header">
<h1 id="site_title">
<a href="http://example.com">Example</a>
</h1>
<p id="site_tagline"></p>
</div>
<ul id="menu-main-navigation" class="menu">
<div class="columns">
<div class="footer">
</div>

Solution

  • you can do that by adjusting css according to your need.