Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1417303

    Hello, may i ask how to make a menu like link picture i send?

    https://prnt.sc/5GqewTYdmbHp

    I’m having a hard time getting the menu to line up with the logo.

    Can support help me ?

    #1417677

    Hey andryd,

    Sorry for the late reply. Could you post a link to your actual site so that we can have a closer look please?

    Best regards,
    Rikard

    #1417747

    my actual site manpro.id/product/

    #1417817

    Hi,

    Thanks for that. Please try adding the links in a widget in the header instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    #1417944

    Ok, thank. last question,
    where can I get the id or class for the menu so I can customize it like picture i send before

    #1417969

    Hi,
    Please try using the browser inspector in the Dev Tools

    Best regards,
    Mike

    #1418003

    Ok, last question….

    when i open blog use safari browser, the page was blank, like picture i sent –> https://prnt.sc/8dEKLFeaITNk

    And it is the link i use –> http://manpro.id/product/earned-value-management/

    thank you

    #1418088

    Hi,
    When I check in Safari the page loads correctly, not like your screenshot, so I don’t know why you are seeing this.
    But the page content classes below the text in the screenshot don’t belong to Enfold or WordPress
    markdown prose
    Enfold_Support_3145.jpeg
    I assume that you are using a plugin and perhaps at that time it had a hickup, or perhaps your Safari adblock is on blocking the script for the plugin, since I can’t reproduce the error I’m only guessing.

    Best regards,
    Mike

    #1418532

    ok i will check

    how about to change max height logo?

    #1418555

    Hi,
    Based on your mockup you want is smaller around 35px, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .logo, .logo a, .logo img, .av-logo-container {
        max-height: 35px;
        height: 35px;
        line-height: 35px;
    }

    please adjust to suit and after applying the css, please clear your browser cache and check.
    The expected results
    Enfold_Support_3198.jpeg

    Best regards,
    Mike

    #1418824

    ok, thank you, but on mobile device the logo still broken

    https://prnt.sc/p7DZ1-0PrtX5

    which code i wrong ?

    #1418849

    Hi,

    Thank you for the screenshot.

    You may have to adjust the height of the header on smaller screens. Please add this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        height: 200px;
      }
    }

    Best regards,
    Ismael

    #1419136
    This reply has been marked as private.
    #1419158

    Hi,

    Thank you for the update.

    Adding this css code should adjust the space below the columns.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_column.av-aeojcb-ba774702a778e4ef03b33416445dc95a,
      .responsive #top #wrap_all .flex_column.av-f4v2wb-e42519b148782c16cb969eeccaa5f926 {
        margin-bottom: 20px;
      }
    }

    Best regards,
    Ismael

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