Hello,
please open your this css file :
http://www.snackworld.co.uk/wp-content/themes/Quora/css/theme.css
And line number 25 in replace
h1.site-title {
font-size: 42px;
font-weight: bold;
margin: 10px auto;
width: 200px;
}
To
h1.site-title {
font-size: 42px;
font-weight: bold;
height: 100px;
margin: 10px auto;
width: 200px;
}
@wpfirsttimer: Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.
@laxman Prajapati: Please do not encourage people to edit theme files directly. At best, they will lose all of their changes when they update the theme.
@laxman Prajapati: Thank you! There a lot of space above the logo, is there any way i can make this smaller?
Never Mind, i worked it out. THANKS!
I have changed the logo image, i am now left with much to much gap below the logo, and the image size of the logo is much to small any way i could solve this?