-
AuthorPosts
-
September 2, 2020 at 9:38 am #1242739
Dear Enfold Team,
i´m working on a specific customer project with the following modifications needed:
The reference is the following site:
http://nicolettecamille.com/about/1, The Menu on the left should not have a logo on desktop and the menu items should fit in the black box.
There is a background image. This image should also just appear on desktop.
With css hacks, i would show the mobile menu on tablet view, because i think this won`t fit?2, Is there a way, that the social icons are after the widget in the menu on the left side?
also without the box,- just the simple icons without a space.3, main page:
the customer wants a line with the site title in the beginnen,- as you can see on the site of nicolette.
Is this possible per default, or should i create a heading with an image line on every site?4, mobile view:
On mobile, i would like to have the logo overlapping on the mobile header and appear a bit in the main page.I hope my requirements are possible in this way.
Thanks a lot!
September 7, 2020 at 11:45 am #1243931Hey awasner,
Sorry for the late reply. Please stick to one problem at a time for each support thread, you can try this for your first request:
.html_header_sidebar #header .av-main-nav { width: 70%; margin-left: 20px; }
@media only screen and (min-width: 991px) { span.logo { display: none; } }
Best regards,
RikardSeptember 7, 2020 at 11:55 am #1243941Thanks to your reply…
so i would do another 3 support threads?This css lines don`t show the logo on desktop,- but on mobile. thats correct.
The background image on mobile still appears,- it should still be visible on desktop.
is there a way, that the menu items fit in the black box?Attached you`ll find how it looks like at the moment.
September 8, 2020 at 9:02 am #1244207Hi,
For now you can stick to this thread, but in the future then please open a separate thread for each problem.
If you want the design of your example page then I think you will have to add a lot of customisations, you can try this to have the menu appear lower:
.av-main-nav-wrap { margin-top: 400px; }
Please note that we can only help out with small customisation changes that you might get stuck on, we are not here to give you complete customisations.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.