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 #1874938
Mobile View
Closed

Comments

  • dinipc started the conversation

    top bar with black background is not proper in  mobile view in (needs scrolling towards right to display all the items) www.new.nripulse.com 



  •  501
    Penci replied

    Hi,

    Please try go to Customize > Addtional CSS then add custom code to do that:

    @media screen and (max-width: 768px) {
    .penci-topbar ul {
        flex-wrap: wrap;
        margin-left: 10px;
        margin-right: 10px;
    } }

    Best Regards,

    PenciDesign