-
AuthorPosts
-
October 25, 2019 at 9:37 pm #1151291
Have a new project coming along and thinking about using and fine tuning the Photografy demo for it…
However , the request for the menu should be looking like this…
Any tips on how to do this..
Thx in advance…
October 27, 2019 at 11:36 am #1151510Hey ver-ni,
Can you please upload the screenshot to a service like Dropbox or https://imgur.com/upload and give us the link here.
Best regards,
VictoriaOctober 27, 2019 at 1:21 pm #1151550Hey Victoria…
sure thing ..here it is…
Example Menu layoutOctober 28, 2019 at 12:53 pm #1151717This reply has been marked as private.October 28, 2019 at 4:14 pm #1151801This reply has been marked as private.October 28, 2019 at 5:11 pm #1151831Hi,
Thank you for the update.
Do you have an existing installation of the site? We might be able to provide css code to adjust the style of the sidebar navigation, but we need to inspect the site and see the current setup. Please post the URL of the site. Would you like the image to be seen under the transparent half part of the sidebar navigation?
Best regards,
IsmaelOctober 28, 2019 at 9:02 pm #1151875October 30, 2019 at 8:30 am #1152229Hi,
Thank you for the update.
First, we should disable the Performance > File Compression settings to regenerate the stylesheets and ensure that the changes that we are about to make takes effect immediately. We can then add this css code in the Quick CSS field to remove the header/sidebar background and decrease the left margin of the main container to 150px. You may need to adjust the maximum width of the layer slider after adding the css code.
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color: transparent; color: #808080; } .html_header_left #main { margin-left: 150px; }
Best regards,
IsmaelOctober 30, 2019 at 10:53 pm #1152546Hey Ismael
Thx for the update
I’ve made the changes, ….but I dont see any difference…it’s stiil a rectangular, not a “half part”…sloping side…like in the example
Also de left margin to 150 results that the pages show content under the left container..pls check page Blog
Many thx for the support
- This reply was modified 5 years ago by ver-ni.
November 1, 2019 at 11:32 am #1152969Hi,
Thank you for the update.
You might be able to create the sloped edge by creating a pseudo element inside the header container, then apply the “slanted” background or border to it. The following tutorials might help.
// https://kilianvalkhof.com/2017/design/sloped-edges-with-consistent-angle-in-css/
// https://www.viget.com/articles/angled-edges-with-css-masks-and-transforms/Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.