Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1436881

    Hello everyone
    I am making a new page here
    link below

    I have a big gap at the top and bottom of the footer
    how can i reduce this

    thank you
    kind regards
    Franz

    #1436912

    Hey schweg33,

    Thank you for the inquiry.

    You can add this css code to adjust the padding or space around the footer widgets.

    #footer {
        padding: 0;
        z-index: 1;
    }

    Best regards,
    Ismael

    #1436920

    Hello Ismael
    sorry maybe I expressed myself wrong
    I mean the distance above and below
    Printscreen see below

    The title is displayed in large font
    although I have entered widget title standard?

    thanks
    kind regards
    Franz

    #1436922

    Hi,

    Thank you for the update.

    Yes, the css should also adjust the space above and below the map widget. If you want to adjust it further, add this css:

    #footer .widgettitle, #footer .widget {
        margin-top: 0;
    }
    

    The title is displayed in large font

    To display the widget title in normal case, please add this:

    .widgettitle {
        text-transform: none;
    }
    

    Best regards,
    Ismael

    #1436958

    Thank you very much
    Ismael
    now everything fits

    you can close this ticket

    child
    regards
    Franz

    #1436984

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘top and bottom smaller in px’ is closed to new replies.