This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Reducing vantage masthead logo size and text in menu

6 years ago · Last reply by Andrew Misplon 6 years ago

I’m a non -techie. After scouring these forums I have put together some CSS in Appearance which has 1/2 worked. If possible I’d like the logo to be half the size again and the bottom text line (which is paragraph text to be smaller again. The site is https://learningexchangegroup.com
And my muddled CSS is;

/* Mobile */

@media (max-width: 680px) {

header#masthead {
font-size: 30px;
}

header#masthead .hgroup .para {
font-size: 15px;
}

}
@media (max-width: 680px) {
#masthead-widgets .panel-grid-cell {
margin-bottom: 0 !important;
}

#masthead-widgets .widget {
padding-bottom: 0 !important;
}
}/* Header */

@media (max-width: 680px) {

}

body.responsive header#masthead .hgroup .logo {
padding-top: 13px;
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 6 years, 7 months ago

    Hi Michelle

    Thanks for reaching out.

    In order to remain viable, our free support scope is limited to basic usage and troubleshooting questions. Within our premium support scope, we have the resources to assist with more advanced customizations like Custom CSS and troubleshooting.

    At the moment, I don’t know of a way to achieve your goal without Custom CSS. I had a look to see if I could work the problem using a SiteOrigin Image widget and SiteOrigin Headline widget. The SiteOrigin Headline widget has FitText as an option which is helpful for reducing the font size for mobile. The image size and padding is still a challenge though. Sorry, I don’t have better news.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread