Sparkling theme's top panel

Hi,

Is there a way to increase the height of the top panel (where the logo and navigation are)?

Site in question: http://monicacartertagore.com.

Thanks.

Anu

Hi Anu,

I hope you are well today and thank you for your question.

You can increase the height of the top panel (where the logo and navigation are) by adding the following CSS code in the Custom CSS Theme options displayed on the below path in your admin area.

Admin Area -> Appearance -> Theme Options -> Other Tab -> Custom CSS

#masthead .navbar.navbar-default {
  height: 110px;
  padding-top: 20px;
}

Best Regards,
Vinod Dalvi

Thanks for the quick solution, Vinod. I appreciate the help very much.

You are most welcome, if i can be of any further assistance please don’t hesitate to ask :slight_smile: