Is it possible to move logo to right hand side?

Discussion in 'ButterBelly WordPress Theme' started by wonderlady, Dec 5, 2013.

  1. wonderlady

    wonderlady New Member

    Joined:
    Aug 16, 2012
    Messages:
    15
    Likes Received:
    1
    I am having trouble getting the logo on our site to reverse out properly from all of the photos in the slider section. I am very much a Photoshop beginning and figured out how to get rid of the white background, but the type looks awful against some of the photos.

    One alternative is to move the logo to the right. Is that possible? If so, how do I do that?

    Or can you tell me how to fix the logo so that like your ButterBelly logo, it looks good against all photos. I have attached the gif file I used. I would upload the psd file, but your system won't let me. TNL-Logo-nowhite-cropped.gif

    Thanks!
    Ruth
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Use transparent image for the logo.
    You can make your logo image transparent through Photoshop or any other photo editing tool.

    See the video for reference, I hope it will help you.


    Or

    If you want to move the logo the right side
    then paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .logo a img {
    float: right;
    }
    This will solve your issue.
     

Share This Page