how to add html header widget
-
anyone can help me how can i add html widget in header area, i have jetpack enabled business plan wp site
The blog I need help with is: (visible only to logged in users)
-
Hi there, to do this properly, it would require the creation of a Child Theme, and then registering a new widget area in the header area and then adding the necessary CSS to position and style it. It would require modifications to header.php and functions.php.
You can place the widget into the footer widget area and then we can use custom CSS to move the widget up into the header area, but we could only keep it there down to a screen/window width of about 700px since it would interfere with the header area text. That of course depends on the size of the content in the widget. If you add that widget to your footer widget area, I can look into the CSS to do that for you and see what you think.
- The topic ‘how to add html header widget’ is closed to new replies.