728 x 90 Ad Widget in Header

Hi,

I too tried to use the code but it showed error in sparkling child theme.

I want to add 728 x 90 ad in the header moving the header logo from center to side.

I have attached screenshot what actually I am trying.

Kindly suggest.

Regards,

Siddharth

Hey there,
Hope you’re doing well today

I could use some Custom CSS to align the logo to the left (please add in a link to your site so that I can try doing this), however, to add the ad area, you’ll need to create a custom widget area.

The plugins below should help. If not, you’ll need to search www.wordpress.org/plugins/ or codecanyon.net/

I hope this helps :slight_smile:

Best Regards,
Support

Hi,
Thank you for suggesting the plugin. I will check.

my wesite link https://www.siddharthblogs.com/

Regards,
Siddharth

Hi,

By using that plugin I am able to add widget in header, now I want to align logo to left & this header widget to right.

Thank you so much for suggesting the plugin.

Kindly suggest to align logo & widget in header.

Thanks…

Hey there,

The logo can be moved with a bit of CSS code. You can use the following CSS code to move the logo by going to Appearance > Customize > Additional CSS and pasting it there.


/*Move  logo to the left*/
.navbar-header {
    float: left;
}

Best Regards,
Support

If I may ask what plugin was that you recommended?

@otherwhirl You will get to know it by reading the replies posted above in this topic.