SKT Handy Pro – Menu Spacing

Home Forums Bony/Spirited Forum SKT Handy Pro – Menu Spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #96612
    RobertRobert
    Participant
    • Topics: 23
    • Replies: 12
    • Total: 35
    Member since: June 20, 2016

    Hello,

    Is it possible to add a slogan under the top menu in the space below the navigation. There is a space there and I would like to add content.

    Here is a link to an image that further explains. The red arrow points to where I’d like to add the slogan: http://proofs.website/tmc/tmc-composite.png

    Let me know.

    Thanks!

    Robert

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

    Hi,

    Hi,

    Kindly go to Settings >> General >> Tagline >> Put your tagline “Innovative Solution at Your Fingertips” there.

    And use this css code.

    You can go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header .header-inner .logo a span.tagline { color: #1c77b4; position: absolute; left: 50%; top: 64%; font-size: 24px;}

    Regards,
    Chris

    #96919
    RobertRobert
    Participant
    • Topics: 23
    • Replies: 12
    • Total: 35
    Member since: June 20, 2016

    Thanks! That’s works but it does not seem to be responsive / mobile-friendly. Here is a link to what it looks like on my iPhone. Can that be adjusted?

    http://proofs.website/tmc/wp-content/uploads/2018/03/tmc-mobile-slogan.png

    Thanks!

    Robert

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

    Hi,

    You can go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .header .header-inner .logo a span.tagline { color:#1c77b4; position:relative; left:0; top:0; text-align:left;}
    }

    Regards,
    Chris

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