Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #938359
How can I customize css for wider logo
Closed

Comments

  •  2
    ndduong started the conversation

    As default, width of logo is normally 492 px with retina screen. But when I set the wider logo with dimension of 2686 × 343, it seems to be displayed smaller as usual. Please tell me how to customize css to display logo normally. Thank you so much!

  •  6,933
    Oliver replied

    HI!

    pls. use following code:

    <img style='  display: block;
      margin-bottom: 48px; margin-top: 27px; '  src="http://codex-themes.com/thegem/wp-content/uploads/2016/04/logo_1x-2.png" srcset="http://codex-themes.com/thegem/wp-content/uploads/2016/04/logo_1x-2.png 1x, http://codex-themes.com/thegem/wp-content/uploads/2016/04/logo_2x.png 2x" style="width: 163px;" />

     For adding retina image to the footer. (You can add it to widget text)


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver