bloggerblogger-dynamic-views

Blogger: How to center align header image?


mobile view of the blog https://rummyraani.blogspot.com This is my blog's mobile view. How do I get the header image to the center aligned position?


Solution

  • Go to theme > Customize > Advanced > Add CSS

    .header-widget {
        text-align: center;
    }