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

    Hi guys,

    I’m a newbie of Enfold and I’m doing my best to learn everything.
    I have a question, I have to make a Footer like this : http://www.m2r2.it

    So, 1 column and in the middle. How can i do it?
    this is my actual footer https://ibb.co/mucPVH

    And i need less height

    #930391

    Hey claudioaddobbatim2r2,

    Thanks for the screenshot. So you need to center the text and reduce the height? Please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #931109

    Ok thx, i attach in priv coontent the link

    #931170

    Hi claudioaddobbatim2r2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer #text-3.widget {
      width: 50%;
      margin: 0 auto;
      text-align: center;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #931185

    Thx for the answer, the text now is aligned, and i modified your code using width 80% not 50%, but the height it’s still not good. I want a footer like this one https://ibb.co/h3f5pc,
    So less height and no “light grey” space on the bottom.

    Sorry for my bad english

    #931368

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #footer {
        padding-bottom: 15px;
    }

    Hope it helps :)

    Best regards,
    Nikko

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