• Resolved senderstoll

    (@senderstoll)


    What css code is making the default left aligned in this theme? I am trying to get my logo centered in the header, I was able to more or less center it by overwriting the css code. But on mobile devices it is still left aligned.

    I am also having trouble with my “Give” donation received form that it is left aligned.
    Where could I change this default, or do you a code to center my logo and tagline in the header?

    Thanks
    ydtcleveland.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Please use this custom css code:-

    .site-header .site-title-wrapper {
        float: none !important;
        margin: 0 auto;
    }
    .site-header-wrapper {
        margin: auto;
        width: 97%; 
    }
    
    

    Thanks
    Mohammad

    • This reply was modified 7 years, 11 months ago by mdshak.
    Thread Starter senderstoll

    (@senderstoll)

    Thanks! Looks like it worked!
    Do you have any tricks for centering the div of my page content?
    when I set the width to 100% it will fill the page and be centered, but I do not want it to be stretched.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ascension Theme – left alignment’ is closed to new replies.