Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #439831

    Hi,

    i used this code to remove the logo
    div .logo { display: none !important; }

    Now there is still to much space above the menu. How can i remove the space above the menu?

    Thanks Simon

    #440143

    Hi simonac!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top #header_main > .container{
    height: 0px !important;
    }

    Regards,
    Rikard

    #440190

    Thanks Rikard!

    How can i add more space under the menu? Between menu and content area.(Slider)

    If i add whitespace then it becomes transparent because i have made the background transparent.

    Regards, Simon

    • This reply was modified 8 years, 12 months ago by simonac.
    #440515

    Hi!

    Please add following code to Quick CSS as well

    #layer_slider_1 {
      padding-top: 50px;
    }

    Regards,
    Yigit

    #440825

    Well, that worked ….for this page where the slider is. But is there a way to make a padding under the menu in general. So that it affects all pages. Because on the other pages i want the same padding.7

    Regards

    Simon

    #441029

    Hey!

    Please add following code to Quick CSS

    .content, .sidebar { padding-top: 100px; }

    Regards,
    Yigit

    #441062
    This reply has been marked as private.
    #441077

    Hi!

    Please add following code to Quick CSS as well

    #main>.avia-fullwidth-slider,#main>.avia-section {
      padding-top: 50px;
    }

    Regards,
    Yigit

    #441142

    This is causes design problems which do not look good…

    Isn’t there a way to add padding-bottom to the menu area which then is the same on all pages?

    Regards,

    Simon

    #441178

    Hi!

    Please try adding Seperator/Whitespace element to the top of your pages. I cannot think anything else other than that. It is not possible to add padding to menu area without breaking background image

    Regards,
    Yigit

    #441552

    Ok.

    i tried to reduce the space above the top color section on this page with the code and with – whitespace but i had no success.

    http://www.motivation-mit-herz.de/ich-und-ich/

    Could you pls take a look here. THX

    Simon

    #441556

    Hey!

    Please add following code to Quick CSS as well

    .page-id-18 #main>div>.container>main {
      display: none;
    }

    Best regards,
    Yigit

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