-
AuthorPosts
-
August 28, 2023 at 8:51 am #1417303
Hello, may i ask how to make a menu like link picture i send?
I’m having a hard time getting the menu to line up with the logo.
Can support help me ?
August 31, 2023 at 11:33 am #1417677Hey 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,
RikardSeptember 1, 2023 at 9:05 am #1417747my actual site manpro.id/product/
September 1, 2023 at 2:01 pm #1417817Hi,
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,
RikardSeptember 3, 2023 at 1:25 pm #1417944Ok, thank. last question,
where can I get the id or class for the menu so I can customize it like picture i send beforeSeptember 3, 2023 at 8:03 pm #1417969Hi,
Please try using the browser inspector in the Dev ToolsBest regards,
MikeSeptember 4, 2023 at 8:18 am #1418003Ok, 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
September 4, 2023 at 5:21 pm #1418088Hi,
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
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,
MikeSeptember 9, 2023 at 7:07 am #1418532ok i will check
how about to change max height logo?
September 9, 2023 at 2:21 pm #1418555Hi,
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
Best regards,
MikeSeptember 12, 2023 at 4:35 am #1418824ok, thank you, but on mobile device the logo still broken
which code i wrong ?
September 12, 2023 at 8:30 am #1418849Hi,
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,
IsmaelSeptember 14, 2023 at 9:23 am #1419136This reply has been marked as private.September 14, 2023 at 12:59 pm #1419158Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.