Archived topic
Centering site title with floating menu
3 replies · Started by Ross Robson on July 1, 2016
Hi Tom,
Is it possible to center the site title with the floating right menu here http://www.pontyclundarts.co.uk/
thanks
You would have to place the navigation below the header and then align it to the right with the Navigation alignment option.
Then you can set the header alignment to center.
I meant to have the layout as it is now but with the site title moved down slightly so it is in line with the navigation menu text.
Ah, try this CSS:
.main-title {
margin-top: 25px;
}
