• Resolved AnnaHavanna

    (@annahavanna)


    Hi,

    I’d like to add a graphic element in the sidebar. This will be part of the client’s logo.
    I haven’t done this before, so does anyone know how to create this?

    Thanks!!
    Anna

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

    (@heart2hack)

    yes.go to widgets from appearance and insert a text widget and inside the text widget insert this link.

    <img src=”your logo url here”>

    the href section will point to url mainly when someclick on logo.
    and img src will point to your logo url.

    so this method you can insert logo in the sidebar.

    Hi, For your site best ways to display client’s logo use this plugin WP Logo Showcase Responsive Slider After install see this one provide own widget or not.

    In case not provide add shortcode in text widget.

    Thanks,
    Ravi patel

    Thread Starter AnnaHavanna

    (@annahavanna)

    @ravipatel and @heart2hack: Thanks. I will try it tomorrow morning. Good night ??

    Thread Starter AnnaHavanna

    (@annahavanna)

    Hi, I pasted a text widget in the sidebar. It is displayed on this site:
    https://goo.gl/kctZTI

    Now I’d like to have this image (the upright grey stripe) directly sticked to the right margin of my main page. How can I reduce the right space to zero?

    Thanks.

    Thread Starter AnnaHavanna

    (@annahavanna)

    Problem solved. I pasted this code in my style.css:

    #secondary {
    float: right;
    margin-right: 0px !important;
    width: 18.8%;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Graphic element in sidebar’ is closed to new replies.