• Resolved wik77

    (@wik77)


    Hello,
    First of all thank you for a nice template with a lot customization options.

    I’ve got a problem, coz I’m not able to change alingment of header image. Image is still on the left.

    my website is: michrowski.eu

    PS. Currently I applied a temporary solution which works.
    I’ve added custom CSS from one of the topics here:

    .site-branding.col-md-6 {
    width: 100%;
    }
    #logo img {
    max-width: 100%;
    height: auto;
    }

    And then I uploaded a png image with the width of my carousel as a header image. (about 1140px I guess). This works so far but is there any custom css code or any way to solve this problem straight way?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Free WP TP

    (@freewptp)

    Hi @wik77,

    I hope you are well today and thank you for your question.

    To center header image just try adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

    div#logo {
        text-align: center;
    }

    Best Regards,
    Movin

    Hey @freewptp i wanted it to be more centered than it is what cna i adjust for it to work that way?

    Thanks.

    Hi @webdev09,

    As per the Forum Welcome,you should post your own topic and also to help us keep support thread separates could you please create your own thread for your question here https://www.ads-software.com/support/theme/unite instead of replying on others thread as it makes the thread messy and hard to read.

    If you want to you can also add reference of this thread in your newly created thread.

    We would be more than happy to help you on your new thread.

    Cheers,
    Movin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centered header image’ is closed to new replies.