Home Forums Pro Themes WEN Business Pro Alignment problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3196
    Brattis LTD
    Participant

    Hi, I have just bought business pro theme and after inserting our company logo I cant align it, center with the tagline, or put the tagline below the logo.
    My site is http://www.bratti.international

    Thank you in advance
    Armandos

    #3206
    wensolutions
    Keymaster

    Hello Armandos,
    It seems like you are having problem aligning the logo center with the tagline, right?
    Well, You can achieve this by some CSS tweaks.
    Go to Admin Panel’s Appearance-> Customize->Themes Options-> Advanced Options-> Custom CSS.
    Now inside Custom CSS box put the following code.

    
    .site-branding .site-logo {
        margin-top: -16px !important;
    }

    Instead of -16px, you can replace it with a suitable value you would like to have.
    Let us know how it goes.
    Regards.

    #3211
    Brattis LTD
    Participant

    Great, worked perfecty !!!!
    Thank you very much

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