Home Forums Free Themes WEN Business Aligning logo with tagline

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #94891
    Andy Gone
    Participant

    Hello,

    Can I move the tagline lower or the logo higher so that logo is bottom-aligned to the tagline?

    Thank you!

    The site is here

    #94960
    wensolutions
    Keymaster

    Hello @andy-gone,

    To adjust the tagline as you require, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-description {
        float: none; 
        margin-left: 0px; 
    }

    Hope this helps.

    Thank you.

    #94978
    Andy Gone
    Participant

    Hello @Wensolutions, and thank you for your answer.

    No, it did not work. With your suggestion, it looks like this:

    1

    What I am trying to achieve is this:

    2

    Any ideas?

    Thank you!

    #94980
    wensolutions
    Keymaster

    Hello @andy-gone,

    Can you please provide your site URL so that we can help you precisely?

    Thank you.

    #95225
    Andy Gone
    Participant

    Hello @wensolutions

    The site is here.

    Currently I added this additional CSS:

    .site-description {
      padding-top: 74px 
    }

    This kinda does what I want, but I’m not sure it is the best way to do it.

    Thanks!

    #95228
    wensolutions
    Keymaster

    Hello @andy-gone

    Glad that you figured out the solution,

    Also, the approach should not bring any issues as we also solve the issues with the custom CSS if possible,

    Feel free to reach us for any further query/confusion,

    Regards!!

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