Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1471704

    Howdy Enfold Team, I added some code from a thread when I could center the logo and make the menu navigation right. It works but the menu is on 2 lines on desktop. Is some code I could add that would make menu one line?

    #1471729

    Hey bellwetherroofing,

    Please try this CSS as well:

    #header_main_alternate {
      width: 300px;
    }

    Best regards,
    Rikard

    #1471791

    Wow Thank You for that code. Is there way to make the navigation centered vertically as well?

    #1471834

    Hi,

    Please try this instead:

    #header_main_alternate {
      width: 300px;
      top: 35px; 
    }

    Best regards,
    Rikard

    #1475068

    Thank you for your help Rikard! I ran into another issue with the code. There is now white space under the logo seeing we moved the navigation the the right. Is there any way to remove that space without changing the logo size?

    #1475073

    Hi,

    Thank you for the update.

    You can adjust the top padding of the #main container to decrease the space under the logo. Please add this css code:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 120px;
    }

    Best regards,
    Ismael

    #1475098

    HI, I added that code but the header height looks the same. I even tried to adjust the padding number with no success.

    #1475099

    Hi guys, i just started a new site putting the exact same inputs i have from a previous one. Yet, impossible to remove the white header + impossible to get the logo centered. 2 sames themes, sames inputs and different results. Crazy.

    #1475124

    Hi,

    I added that code but the header height looks the same. I even tried to adjust the padding number with no success.

    Where did you add the css code? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings or post the login details in the private field so that we can check the theme options.

    Best regards,
    Ismael

    #1475137

    dear team, i am sorry to see that despite the purchase code i cannot post any new request. very strange

    #1475182

    @ismael
    The code is added under enfold/ general stying/ quick css. I also disabled the file compression. Attached is a temporary link for you to login.

    #1475207

    Hi,

    Thank you for the access.

    We adjusted the css code a bit. Please check this screenshot: https://imgur.com/a/YfWdBI1

    Best regards,
    Ismael

    #1475254

    Thank you! On desktop it looks great! on tablet/mobile now the header is really tall. How would that be amended?

    #1475278

    Hi,

    Thank you for following up.

    We added this css code to adjust the padding on mobile view:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0 !important;
      }
    }
    

    Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    #1475319

    Thank you!

    #1475335

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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