Tagged: site title
- This topic has 3 replies, 2 voices, and was last updated 7 years, 7 months ago by Mahesh.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
January 26, 2017 at 10:26 pm #108103LaurieParticipant
my site is http://www.21stcenturymom.com
I am using simple catch proI would like my site title and tagline to appear within the header picture. I purposely choose an image that was blank on the left side so that my title and tag line could go there. How can I move it?
January 27, 2017 at 10:45 am #108140MaheshParticipant@lba14525: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#branding .wrapper { position: relative; } #header-content{ position: absolute; top: 0; margin-top: 20px; } @media screen and (max-width: 990px) { #site-title { font-size: 45px; line-height: 45px; } #site-description { font-size: 25px; line-height: 25px; } #site-details { margin-top: 75px; margin-left: 20px; } } @media screen and (max-width: 767px) { #site-details { text-align: left; } #site-details { margin-top: 45px; } } @media screen and (max-width: 700px) { #site-title { font-size: 35px; line-height: 35px; } #site-description { font-size: 20px; line-height: 20px; } #site-details { margin-top: 20px; } } @media screen and (max-width: 540px) { #site-title { font-size: 25px; line-height: 25px; } #site-description { font-size: 15px; line-height: 15px; } } @media screen and (max-width: 480px) { #site-title { font-size: 25px; line-height: 25px; } #site-description { font-size: 15px; line-height: 15px; } #site-details { margin-top: 10px; } } @media screen and (max-width: 400px) { #site-title { font-size: 22px; line-height: 22px; } #site-description { font-size: 14px; line-height: 14px; } #site-details { margin-top: 0; margin-left: 5px; } }
Regards,
MaheshJanuary 27, 2017 at 7:39 pm #108163LaurieParticipantThank you!!!!! Worked perfectly!!!!
January 29, 2017 at 10:38 am #108246 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Move Site title and tagline over header image’ is closed to new replies.