This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change header text position

Open 1 reply customizationthemetheme-vantage
Started · Latest reply by Andrew Misplon

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread