Move site title to the right
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3header#masthead .hgroup .logo{
float: right;
}
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
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.