Forum Replies Created
-
AuthorPosts
-
Hi Jordan,
Thanks! That does the trick for the menu.
It does give me two other visual problems though.
– The space that is meant for the logo is still visible as a big white space above the menu.
I would like to get rid of that.– I’ve lowered the menu to be closer to the heading with this code, but on desktop it now overlaps the heading.
#header_main { margin-top: 15px !important; }
That must be because the container which I was hiding before with this code is now visible again.
.container.av-logo-container{ display: none !important; }
I can remove the code, but then, when the logo container is gone, the distance to the heading will be too big.I hope you can help me with these issues.
Best, Haiko.
Thanks TJ and Rikard,
I’m afraid that doesn’t do the trick.
The result (tried them both) seems to be: desktop: logo, tablet width: no logo, mobile: logo.
I only tested it by scaling the browser window.What I’m looking for is no logo or site title whatsoever. Not on desktop, tablet or mobile.
I just need the menu on desktop and tablet and the hamburger menu on mobile.Any other idea’s?
Best, Haiko
Hi Mike,
I see. That code is meant to remove the logo and site title, since my client does not want to use those.
Is there any other way to accomplish not showing those without removing the mobile menu in the proces?Best, Haiko.
Thanks for looking into it.
Hi Rikard,
it all works, you can close it. Thanks again!
Great, that works.
Thanks!Hi Victoria,
Thanks for you quick reply.
The first option, when added to quick css, still gave the bullit, but follow by a dash. Above the top menu some dashes appeared as well.
Maybe it interferes with some of the other code?
The second option didn’t do anything.Do you happen to have any other idea’s?
Great, thanks a lot!
Hi Victoria,
sounds good, at least for the looking nice on small screens part. Do you have any suggestions of how to do that just for mobile and tablet?
Best, Haiko.Great, thanks a lot!
In case I want to use this everywhere, Can I just add it to quick css like this?#main .container_wrap_first:first-child .content { padding-top: 0; } .avia-builder-el-4 .content { padding-bottom: 0; }
Hi Sarah,
thank you. The solution for #1 works :-)
I’ve added the access details. If the editor doesn’t work out, Quick CSS is fine.
I would like control over the space around the title box (AgriFood Executive Global Programme) and the quote below the image (The pathway to global competitive advantage and cooperation in AgriFood business. A Provocative and challenging development experience for future business leaders and executives in the AgriFood industry.)Best, Haiko.
Hi Sarah,
thanks for your reply.I don’t see anything happening when I use that code, but I changed some spaces in the code and it does something now.
I’ll break up what I want to accomplish.1) I would like to move the whole menu down a bit on all pages
2) I would like all my content, be it a slider or a textbox, to start at the same distance below the menu, see link A) in private content. Just like in the imported demo content ‘Minimal Portfolio Demo’ shown here. I got it to work on the link B), but on my current homepage; link C) the text box starts way too low. I would really like to do it with the visual interface and not with custom code if it’s possible, since with custom code I don’t know what the effects on future content will be.
4) When I try to create a page exactly like the page in 2), but starting from scratch, the slider starts underneath the menu, and I can’t find where I can change the padding for it using the interface. see link 3) in private content. Are there some hidden settings for the demo content ‘Minimal Portfolio Demo’ to look like this?
I found.html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:95px; }
with the inspector which does exactly what I need, but I can’t figure out where that setting is done, and why it only works for the demo content and not for new pages.
5) Another distance problem is the grey box underneath the page in link C). Whatever I do, I can’t get control over the distance from the box to the text above it. I would really like to do it with the visual interface as well and not with custom code if it’s possible.I hope you can help me.
- This reply was modified 7 years, 6 months ago by rhae.
In addition, I can’t get the slider on top of the page on the exact starting height like in the demo I’ve imported. When I duplicate the page it is the same, but when starting from scratch it’s much higher. Was there some custom code used to create the demo pages that I need to know about?
-
AuthorPosts