Home Forums Pro Themes Magazine Power Pro Tagline centered to site title on iphone – would like to have it aligned left

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #97033
    Keawe Bray
    Participant

    Every thing looks great except the tagline centers with the title when viewed on an iPhone.
    logo

    #97060
    wensolutions
    Keymaster

    Hello @kewaebray,

    Please add below given CSS to align the description as per your requirement.

    @media only screen and (max-width: 550px){
    a.custom-logo-link {
       
        max-height: 20px;
    }
    }
    
    @media only screen and (max-width: 550px){
    .site-description {
        margin-left: -170px;
    }
    }
    
    @media only screen and (max-width: 550px){
    .site-title {
        margin-top: 10px;
         margin-top: 25px;
    }
    }

    Hope this helps.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.