More space for title

Hi!

I would like to add more space between the title and the menu bar. How could I do that?

Thank you!

Hi @veronika,

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

Could you please share me your site URL where it’s displaying so that i can help you to add space there?

Kind Regards,
Movin

Hi,

My site url: http://www.jardineriacalonge.com/

Thank you.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


@media (min-width: 768px){
  #main {
    margin-top: 15px;
}
}