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 #2789685
Wide Tablet View Of Main Bar Not Displaying Properly Since Updating To 7.9.2
Closed

Comments

  • Freddyt0709 started the conversation

    Hi, 

    Ever since updating Soledad to version 7.9.2 from version 7.5.1 , for some reason, the wide tablet view, displays the main bar menu items below the main bar...

    I haven't made any customizations to the theme, this problem started only by updating the theme. 


    This issue only occurs in wide tablet view, everything displays fine on desktop and mobile. 


    I've attached a screenshot from a tablet device on the wide view. 

    Thanks


  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS, then paste the following custom CSS code:

    @media only screen and (min-width: 961px) and (max-width: 1169px ) {
        #navigation ul.menu > li, #navigation .menu > ul > li {
            margin-right: 10px;
        }
        #navigation.header-6 .main-nav-social,
        #navigation.header-4 #top-search, #navigation.header-5 #top-search, #navigation.header-6 #top-search {
            margin-left: 10px;
        }
    }

    Best Regards,
    PenciDesign.

  • Freddyt0709 replied

    Hi, 


    Unfortunately this code had no effect. 

  •  2,495
    PenciDesign replied

    Hi,

    Please copy and paste again. I’ve some mistyping in the previous reply. 

    Remember to clear your browser cache after added this code. 

    PenciDesign,

    Best Regards. 

  • Freddyt0709 replied

    Hi, 

    I've retried the code, and it still makes no change. 


  •   Freddyt0709 replied privately
  •  2,495
    PenciDesign replied

    Hi,

    I've updated the CSS code for your site.

    Please check.

    PenciDesign,
    Best Regards.

  • Freddyt0709 replied

    Perfect on all devices now! Thank you!!!