Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi misterfancy,

    Try adding text-align: right; to this section of your style.css file.

    header#cc-header h2.site-title {
    	margin-bottom: 40px;
    	text-shadow: 2px 2px 2px #000000;
    	font-weight: normal;
    	font-size: 5.5em;
    	font-family: Montserrat Alternates, Helvetica, Arial, sans-serif;
    	line-height: 1.2;
    	text-align: right;
    }
    Thread Starter misterfancy

    (@fancypeeps)

    Close but not quite.

    Check it out.

    You could fiddle with the header in style.css by adding a padding-left and adjusting it until you get the result you want.

    header {
    	margin-top: 15px;
    	margin-bottom: 15px;
    	padding-left: 60px;
    }

    You could also ask at https://www.ads-software.com/support/theme/fresh-lite#postform so the theme’s developer and support community can help with this adjustment. There very well could be a smarter way to adjust that site title.

    Thread Starter misterfancy

    (@fancypeeps)

    Thanks for the help.

    The only thing is the header title is right aligned rather than center aligned. I tried putting in “center” but then it was left aligned!

    Thread Starter misterfancy

    (@fancypeeps)

    If I increase the padding in the header it also increases the padding for the social icons. Is there a way to only increase the text (header title) and not the social icons?

    I just circled back to your site — everything squared away?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center Header Title’ is closed to new replies.