Donation Theme Header

Home Forums All Other Themes Donation Theme Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107837
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello.
    Our client wants the logo be to the left of the menu, like in header type 1, but they also want the site name to be displayed above menu. Is there a way to align it better.
    Here is a link to site.
    https://worldpeacerosegardens.org/temp/
    https://imgur.com/a/9nKRizA

    #107909
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .desc { display:inline-block !important; padding-top:85px !important; padding-left:10px;}

    Regards,
    Dave

    #108042
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hi, it almost worked. How can we keep the position the same in the responsive view when the menu turns to burger. Right now, the description shifts under the image. We want it to stay in the middle.
    Thank you

    #108107
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo { width:28%;}
    span.desc { font-size:17px; padding-top:5px !important; padding-left:10px !important;}
    }

    Regards,
    Dave

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