Home>Support>Change header text position

Change header text position

Hey i’d like to change the header text position to be completely on the right off the screen.
I know the css selector is :
header#masthead .hgroup .support-text {
}

But I don’t know what to put in it.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Léo

    Thanks for reaching out.

    The support text is absolute positioned in the header, the header is relative positioned. Unfortunately, this means that without further modification it isn’t easily possible to position the header text screen right. You can try the following at Appearance > Custom CSS:

    #masthead .hgroup .support-text {
        right: -100px;
    }
    

    Not quite what you’re after but as close as we can get given the setup as it is.

    If you don’t have a Custom CSS plugin installed, try: https://wordpress.org/plugins/so-css/

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More