Viewing 1 replies (of 1 total)
  • Plugin Author krozero

    (@krozero199)

    Hi

    please follow the following steps.
    1. https://screencast.com/t/4wnZSHrDVF and press create button then copy the generated code https://screencast.com/t/AOy64TQk.
    2. go to theme editor from wp admin panel Appearance -> Editor
    3. find header.php from the right file list and click it.
    4. now find location where your want to add it in header.php then add <?php dynamic_sidebar( ‘header-top-right’ ); ?>
    5. finally add the css in style.css targeting that widget to align the text

    .top-phone-widgetarea {
    color: black; // set text color
    display: block;
    text-align: right;//align text
    }

    6. add widgets Appearance -> widgets https://screencast.com/t/MCmhohsY2
    7. now you should have your widget displaying in header.

    Hope this helps ??

    Regards
    Kishor

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar not activated in header’ is closed to new replies.