Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #680168

    Hi 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

    #680259

    Hi,

    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

    #681327

    Hi,

    Please try adding following code to Quick CSS

    #top.avia-blank #wrap_all.page-id-25 { display: block; }

    If that does not help, please post the link to your page and a screenshot showing the issue.

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.