Maybe,
for you It could be clearer if I write my actual CSS CUSTOM for my question to manage the width of TOP-BAR:
.home .full-center #logo {
max-width: 30%;
}
body[class*=”header-naked”] #top-bar {
display: block!important;
}
.header-wrap[class*=”page-header-naked”] {
top: 37px;
}
And How can I manage the (size, thickness, width), of the top-bar?