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.

Move site title to the right

Open 3 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Can you give me some Custom CSS code to move my site title over to the right of the page instead of beginning at the left as its covering up my logo
thanks

URL: http://sharpnetmedia.eu/wp-admin/customize.php

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. JB

    header#masthead .hgroup .logo{
    float: right;
    }

    • Siobhan O'Sullivan

      Thanks a mill it moved my logo but not the text but it looks fine so I’ll go with that thanks for you reply

      S

  2. Andrew Misplon Staff

    Hi Siobhan

    Try the following under Appearance > Custom CSS:

    /* Vantage Right Align Logo */
    header#masthead .hgroup .support-text {
    left: 0;
    }
    header#masthead .hgroup #header-sidebar {
    left: 0;
    }
    header#masthead .hgroup .logo {
    float: right;
    }

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