Hi Bojan. I have now put in what you have asked and have taken out…
h1.art-logo-name{display:block; text-align:center;}
.art-logo-text{display:block; text-align:center;}
This was, if I recall rightly, what Julienne suggested.
I’ve also taken out the PHP stuff. The menu is now more to the left but it is still not thin – the new version is the third picture down. I’d like the second one down if possible…
https://www.seanofthecongo.co.uk/wp/wp-content/uploads/2015/07/menu-bar1.jpg
The CCS now looks like this…
#masthead {
background-color: #000;
}
#header-right .widget ul.menu a {
color: #ccc;
}
header#masthead {
border-bottom: none;
}
body.indentation p {text-indent: 10px;}
body.no-indentation p {text-indent: 0;}
#header-content {
padding-left: 30px;
}
#main-slider img {
float: right;
}
@media screen and (min-width: 1200px) {
#header-right .widget ul.menu li {
line-height: 0.5;
}
#header-right, #header-right .widget_nav_menu, #header-right .widget_search {
padding-top: 0;
}
#header-right #header-search-widget {
margin-top: -7px;
}
#header-right .widget .menu a {
padding: 0 10px 20px;
}
}
#header-right {
float: left;
}
#header-right .widget {
margin-bottom: -5px;
}