Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1719318
Responsive Issue
Closed

Comments

  • Ajinkya started the conversation

    Top menu is not responsive.

  •  2,699
    PenciDesign replied

    Hi,

    That's 100% responsive. And you've make it doesn't responsive by set a background image for your topbar.

    I recommend you remove the background on topbar for small screen by add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 1000px){
    .topbar-menu{ background-image: none; }
    }

    Best Regards,

    PenciDesign