Hi,
My site title goes over two lines like this
gelosomina
mag
and I would like it to just all be in one line.
I’ve tried
header .five.columns.clearfix {
width: 100%;
}
@media screen and (min-width: 800px) {
header .title {
max-width: 100%;
}
}
Thanks!
]]>Hi,
My site title goes over two lines like this
gelosomina
mag
and I would like it to just all be in one line.
I’ve tried
header .five.columns.clearfix {
width: 100%;
}
@media screen and (min-width: 800px) {
header .title {
max-width: 100%;
}
}