Okay
  Public Ticket #2681987
Footer full width
Closed

Comments

  •  16
    Jen started the conversation

    There is a setting on full width header to have a margin to the left and right.  How can I also do this with the footer so that the content aligns


    ie I have set it to have 80px either side and would like to do the same for the footer


  •  16
    Jen replied

    I can see that the header is set with this  

    #header-outer[data-full-width="true"] header > .container {
        padding: 0 80px;
    }

    What do I need to apply it to the footer as well



  •  2,963
    Andrew replied

    Hi Jen,

    Please send your website url.

    Thanks.

  •  16
    Jen replied

    https://dev.soilsforlife.org.au


    I think I did it  but not sure


  •  2,963
    Andrew replied

    HI Jen,

    Please try this css:

    #footer-outer[data-full-width="1"] .container {
        padding: 0 80px !important;
    }

    Thanks.