• I need to put a banner opposite my logo in the header.

    Doesn’t anyone know how I can accomplish this. I use the free virtue theme.

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    You can add a banner in theme options > main settings then use css to position it. Or you can set a background image for your header in theme options > advanced styling.

    Hannah

    Thread Starter neomanllc

    (@neomanllc)

    Thank you Hannah

    How do i use css to position it? if you don’t mind me asking

    hannah

    (@hannahritner)

    Well I would have to see a link to know exact, but something like this:

    .virtue_banner {
    float: right;
    }

    That would go in your custom css box in theme options > advanced settings.

    Hannah

    neomanllc,
    Just to be clear, the premium theme has a built in option for adding a widget area beside the logo.
    Using css to absolutely positioning an banner image is not the best option on a responsive site. You would probably be better adding your image in the background and using the positioning option for the background image to place it on the top right.

    Either way you would need to post a link for help with css specifics.

    Kadence Themes

    Thread Starter neomanllc

    (@neomanllc)

    thunderboltAudioInterface.com

    I want to stick it opposite of logo in the header.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need to put Banner in top right of sight – Kadence Virtue theme’ is closed to new replies.