Home Forums Pro Themes Construction Base Pro Move the placement of tagline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56143
    Sofie Siversen
    Participant

    Hi,

    How can I place the tagline under the logo? Now it’s on the right side of the logo.

    Best regards,
    Sofie Siversen

    #56210
    wensolutions
    Keymaster

    Hello @sofie-siversen,

    To place the tagline below the Logo please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (min-width:1025px) {
        p.site-description {
        position: absolute;
        left: 25px;
        top: 80px;
    }
    }

    Hope this helps .

    Best Regards!!

    #56266
    Sofie Siversen
    Participant

    Thank you! It worked.

    #57289
    wensolutions
    Keymaster

    Hello @sofie-siversen,

    Glad we could help you .

    IF you have any issue further please let us know .

    Best Regards!!

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