Hi,
Regarding https://www.kathygrahamstrategies.com
I followed other threads on this forum to display the tagline, and then further code to display this below the logo. This all worked well, however I am now getting a larger gap below my logo and think it is caused by the ‘clear’ command in the below code.
.x-navbar .tagline {
display: block;
clear: both;
float: left;
padding:15px 0;
}
Removing that line removes the large gap.
Any idea how I can eliminate this?
Many thanks
Mark