• Hi,
    I am using fotography theme by accesspress
    I want to add a logo of different size. But the theme allows me to add the logo of a particular size only. How can I change it? I want to add a logo of size 2300 × 258.

    Please help.
    Thanks in advance. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Abdukannur!

    We really appreciate you writing in!

    The logo size of 2300 × 258 px is not feasible with the theme and header setup. Are you sure that is the correct dimension?

    If you want to force stretch the image than you can overwrite the existing CSS by the following CSS Code.

    .logo-image img{
    width: 2300px !important;
    height: 258px !important;
    }

    Hope this information was useful.

    Thank you!

    Thread Starter abdukannur

    (@abdukannur)

    Hi Scottbadger,
    Thanks for your reply.

    The css you provides only stretches the selected image. I cannot select image of that particular size.(2300 x 258).

    Please help

    Hello There!

    We really appreciate you writing in.

    If the above CSS was not useful, could you please write to us at our support forum at https://accesspressthemes.com/support/, we may need your site URL.

    Hope this information was useful.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change logo size?’ is closed to new replies.