Site logo

Archived topic

Trying to line up Smart Slider in generate_after_logo Hook

3 replies · Started by Kris on January 29, 2021

Viewing posts 1–4 of 4

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

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%;
}

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

No problem :)

This archived topic is closed to new replies.