[Resolved] Trying to line up Smart Slider in generate_after_logo Hook

Home Forums Support [Resolved] Trying to line up Smart Slider in generate_after_logo Hook

Home Forums Support Trying to line up Smart Slider in generate_after_logo Hook

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1638738
    Kris

    Hi,
    I am trying to add a smart slider to the header of the website listed in private information. It works great but I need to force it into the left column under the logo. It is filling the header row. The slider is the white box with the sliding text. I can’t seem to figure out the CSS to force it left. Can you guys help out?
    Thanks much,
    Kris

    #1638899
    Leo
    Staff
    Customer Support

    Hi there,

    Currently the slider is set to width: 100%:
    https://www.screencast.com/t/lVSbKRQbYq

    I would assume you can set it to 50% in the plugin and that should work.

    If not you can try this CSS:

    .inside-header .n2-section-smartslider {
        width: 50%;
    }
    #1642021
    Kris

    Hi Leo,
    Thanks so much. I looked at that but missed that line.
    Thanks,
    Kris.

    #1642281
    Leo
    Staff
    Customer Support

    No problem 🙂

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