badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Logo options; Suggested image dimensions;

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24105
    Petar
    Participant

    Hi everyone,
    I am considering two options to place a logo on my newly build and not yet completed http://www.bulgarianplates.com . Initially, I wanted to place the logo in the header directly from the Customize. However, the suggested dimensions are too large for my small logo. I changed the image dimensions from the custom-header.php :

    ‘height’ => apply_filters( ‘ultimate_header_image_height’, 300 ),
    ‘width’ => apply_filters( ‘ultimate_header_image_width’, 1440 ),

    I put less height and less width but this change did not take any effect on the website look. The uploaded logo remained on 300×1440.

    The second option was to place the logo on the same line where is the search bar. I have installed the BNS Corner Logo, place the URL on my image but the positions available to place the logo are various but not in the header.

    Any advice will be greatly appreciated.
    Petar

    #24116

    Hi Petar,

    We have designed our theme this way. The header image will be displayed in width= 100% . IF you want the header image to display then you may add this below css
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .header-image {
      width: 20%; // set your height
      height: auto; // set your width
    }

    For the next time please post this forum topic to related forum topic. I thinks this question is of ultimate and you have post this in attitude.

    Thank you!

    #24293
    Petar
    Participant

    Thanks for the instructions.
    I will let you know the result once I tried this out.

    Regards,
    Petar

    #24306

    Ok that’s great Petar

    Thank you!

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