-
AuthorPosts
-
August 31, 2016 at 12:02 pm #679911
Hi Kriesi Team,
sorry if I post this question as separate once aigain. This important question exists already between some other questions in one of my posts. But this is urgent and important for me.
I use the following command to hide the complete header:
.page-id-25 #header {
display:none!important;
}But a big whitespace is now there instead. How can I remove this whitespace in an easy way?
Some css command? Or an easy way?
Best regard
Robby
August 31, 2016 at 5:05 pm #680168Hi Kriesi Team,
I tested the following proposal I read in your support area. It works, but only in one way, I do not need:
My goal was to scroll the “slide show element (fullwidth)” to the top and overwrite the whitespace, which appears after removing the main menu. Therfore I gave a classname to the “slide show element (fullwidth)” and scrolled it as a test in my style.css TO THE BOTTOM (command: .classname {margin-top: 400px;}). This works perfectly.
BUT WHEN I USE THE SAME COMMAND (command: .classname {margin-top: -400px;}) to scroll the “slide show element” to the TOP to overwrite the appeared whitespace, because the main menu is removed (hide). It does not work. Please consider, that I changed only the number from 400 to -400.
Why it is not possoble to overwrite the whitespace, which appears because of the removed or hided main manu?
By the way: I removed the main menu with the command: #header_main_alternate { display: none;} or .page-id-25 #header { display:none!important;} -> both commands worked.
Best regards.
Robby
August 31, 2016 at 6:22 pm #680259Hi,
I reference to my last post #680168:
I found out, that the scrolling of the “slide show element (fullwidth)” works only in the case, if there is no other avia-layoutbuilder-element above the “slide show element (fullwidth)”. I don’t know why. So that I can’t place no logo manually by using a code-block, because “slide show element” would slip again down and there is no way to place it at the top.In the moment I removed only the main menu and use the logo-function of the enfold theme. But this limits my functionality to use the place above the slider. If there is no more possibility, I would use this solution and I will begin to create the whole website.
Best regards
Robby
September 2, 2016 at 3:39 pm #681327 -
AuthorPosts
- You must be logged in to reply to this topic.