Home Forums SEA WordPress Theme Logo en dropdownmenu issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23841
    Rubenst
    Participant
    Purchased
    Expired

    Hi Sea Theme,

    Today I updated the Sea Theme, but there are some things that have changed.
    1. Before the update, my logo was immediately and always in the middle of the header. But now it only shows when I am scrolling. If I choose another menu option(logo left, menu right), it works how I would like to have it, but then with the logo in the middle. Could you help me to fix this?

    2. There seems to be a bug or something in the dropdown menu if you choose the menu with logo in the middle. The portfolio/pages with long names who are in the dropdown, have only 2/3 white background, and then it becomes transparant. In the first menu option (logo left, menu right), it does work right, the whole dropdown is colored white, it reacts with the length of the dropdown name. How can I fix this?

    (I’m working on this website: http://www.groenmblauw.nl)

    Best Regards

    #23844
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,

    Did you make some theme custom job? like Additional CSS? I found the theme folder is sea-theme-1. If the theme folder name is changed, the Additional CSS will not work.

    The 2 issues should be fixed also:

    1. Please go to theme options > Header, enter 140 for header height
    Or
    Please paste the custom CSS code to “Appearance > Customize: Additional CSS” :

    .navi-show-center .logo-image {
        max-height: 140px;
    }

    2. Please paste the custom CSS code to “Appearance > Customize: Additional CSS” :

    @media (min-width: 768px) {
     .navi-show-center #navi_wrap .sub-menu { 
        width: 300px;
     }
    }

    Regards!

    SeaTheme – SeaTheme.netTwitterFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.