Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102018
    Laurie
    Participant

    Good day. My website it http://www.21stcenturymom.com

    On the homepage, I would like to have the site title and description to be left justified but alongside the header image centered halfway between the top and bottom of the header image. I hope this makes sense.

    So, rather than the site title/description being left justified above the header image (which is currently centered) I would like it to appear alongside the image which would also require that my header image be moved slightly right of centered.

    #102043
    Mahesh
    Keymaster

    @lba14525: For this, use Site Logo instead of Header Image. You can achieve what you want with the logo.
    Go to Dashboard=> Appearance=> Customize=> Site Identity and select your logo in Logo option. Then check Check to Move Site Title and Description Before Header/Logo Image option to move logo to the right center. And you can disable the Header Image.
    Hope you understand. Let me know if any problem.

    Regards,
    Mahesh

    #102109
    Laurie
    Participant

    Thank you for your response. If you go to my site again, http://www.21stcenturymom.com, you’ll see that the site title is now left justified and in line with the very top of my header image. I would like to move the site title and description down so it falls about halfway between the top and bottom of the header image but still left justified – hope that makes sense.

    Also, I can’t seem to get rid of the search bar.

    #102139
    Mahesh
    Keymaster

    @lba14525: I checked your site and seems you’ve now got rid of the search bar. And for aligning the header centered to the logo, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 768px) {
    	#site-details {
    		margin-top: 130px;
    	}
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move Site Title’ is closed to new replies.