Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253335

    I have the following custom CSS added to my Quick CSS but it is no longer functioning like it previously did.

    .title_container { display: none; }
    .fixed_header.social_header #main {
    padding-top: 105px; }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 74px; line-height: 74px; }
    @media only screen and (max-width: 479px) {
      #advanced_menu_toggle, #advanced_menu_hide {right: -12px !important;} }

    This is how the navigation should look on a normal browser.
    Correct

    This is how it currently looks:
    incorrect

    And when viewed through a mobile device, the advanced menu isn’t in the right spot anymore and partially covers my logo. See below.
    mobile

    #253490

    Hey kylehogan!

    Thank you for using the theme!

    Please re-upload your logo then configure the header settings again. Remove all css codes that you previously used to modify the header. Some header issues should be fix by simply saving the theme options. Please let us know if there’s still a lot of issues once you have reconfigure the header settings on Enfold > Header. Post the website url here. We would like to check it.

    Regards,
    Ismael

    #254017
    This reply has been marked as private.
    #254024

    Fixed most of the issues when I removed the Quick CSS and adjusted the Header options within Enfold. Still having issue with the Advanced Menu covering my logo.
    Even with this code in Quick CSS it still covers it up.

    @media only screen and (max-width: 479px) {
      #advanced_menu_toggle, #advanced_menu_hide {right: -12px !important;} }
    #254417

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 99%;
    height: auto !important; }}

    You may need to adjust 99% value

    Cheers!
    Yigit

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