Hi James,
can you please share some screenshots when your logo is being displayed blurry? I am on a PC but logo image seems to be fine.
Here you go 🙂
Especially blurry on mobile viewing!
http://tinypic.com/r/2iu8eg7/9
Looking at your logo, it seems like the image itself is quite small: http://www.010productions.com/wordpress/wp-content/uploads/2016/08/Naked-010-Logo-2.png
Try adding a higher resolution image. If image is fine for you on desktop and you only have issue in mobile then use higher resolution image on mobile view only.
Hi a2hostinglk,
Thanks for your messages. I found that I had to make the image quite small, as by default this theme displays at the images full size and there is no options anywhere to choose how big to display the header image.
I have tried looking in the header.php file in the UNiK theme and doesn’t seem obvious at all where I would change this setting. This is all I can see:
<!doctype html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?> data-preloader="on">
<!--[if lt IE 9]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="home" class="main-container" data-smooth-scroll="on">
<?php do_action('tt_page_meta'); ?>
<?php do_action('tt_theme_header'); ?>
Any ideas how I might fix the size at which it displays?
Many thanks for your patience 🙂
James
Hi James,
I looked into your website and you can simply upload a higher resolution logo for your site and control the dimensions via CSS.
The <img> for your logo is under this:
<figure class="identity">
You can control the behavior from your stylesheet::
http://www.010productions.com/wordpress/wp-content/themes/unik/css/screen.css?ver=4.6