• Resolved alchef12

    (@alchef12)


    Hallo,

    i have a problem. I am using Agama Theme (1.5.1) and I want to center my Header Title and the Header Subtitle. I tried a few codes in CSS, but cannot solve the problem.

    I tried :

    .site-header h1,.site-header h2 {
    text-align: center;
    }
    but this code only works for the subtitle.

    My Css Knowledge is bad, can anybody give me the right css code?
    Thank You Very Much

    Lg, Andreas

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alchef12

    (@alchef12)

    Supplement: I use the Header V2

    Theme Author themevision

    (@themevision)

    Hello, @alchef12!

    Try the following code:

    #masthead .tv-d-flex {
        display: block!important;
    }

    Regards

    Ruchit Shah

    (@ruchitshah)

    Hi

    You can align your header and subtitle by applying this additional CSS as follows:

    
    .tv-d-block {
        margin-left: auto;
        margin-right: auto;
    }
    

    I hope this will help you.

    Regards,
    Ruchit

    Thread Starter alchef12

    (@alchef12)

    Both codes work perfektly!

    A big big thank you to both of you

    Regards, Andreas

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Center Header V2’ is closed to new replies.