Okay
  Public Ticket #1631710
Footer margin top
Closed

Comments

  •  2
    christian_bartle_fotografie started the conversation

    Hej guys,

    I just applied in the Custom CSS section some customizations concerning the headings and text things (att 1). But now I have the problem, that the footer top margin has been lost (as you can see on att number 2). Can you help me on how I can customize the margin between the footer (the Widgets) and the page with a separate CSS Code?

    Thanks!

    Cheers

    Chris

  •  1,559
    Laborator replied

    Hi Chris,

    It is not recommended to change the spacing for all the headings, paragraphs or any other selector in general as you have to be more specific for each element, we recommend using the inspect element and for each element use a specific CSS, the way you've removed the margin/spacing for all the headings will surely bring you more problems every day on other pages which you have not yet checked.

    Anyway if you want to modify just the footer here is the CSS for it:

    .site-footer .footer-widgets {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    christian_bartle_fotografie replied

    Dear Art,

    thank you for your quick reply!

    I'm not a pro concerning web design and stuff... I changed things in the main CSS section because some tools told me that if I had custom CSS in every single page or gallery this would be bad for my SEO-ranking.

    Anyway thank you for the footer code, I think it over!

    Cheers

    Chris