Move Header Title

  • uzupan

    #4219

    On my church web site http://www.raymondvilleupc.com

    I would like to move the header title to the right of page so it is right aligned. I found how to move it up or down by I would like to move it to the right. Can anyone help?

    Mod

    Kenneth John Odle

    #27603

    This way:

    .header_title {
    text-align: right;
    }

    uzupan

    #27604

    I tried that but it did not work. Here is a copy of what is in the editor. What I added according to directions is the last listing below.

    }

    #header {

    background-position: center top;

    background-repeat: no-repeat;

    border-top:1px solid #000;

    height: 198px;

    width: 100%;

    position: relative;

    }

    .header_title {

    font: bold 32px “Trebuchet MS”;

    position: relative;

    top: 98px;

    }

    .header_title {

    text-align: right;

    }

    uzupan

    #27605

    Thanks for the help. IT finally worked.

    Mod

    Kenneth John Odle

    #27606

    When you make changes, you need to empty your browser and your server cache.

    https://forum.graphene-theme.com/graphene-support/if-you-change-something-and-nothing-happens

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.