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

    Hi there,

    I have no color in my footer, except for a border on the top. The border is quite wide. I would like it a little bit smaller (on the sides) so it has the same width as the rest of my content and the navigation/menu.

    Can you help me fix that?

    Thank you :-)

    #974952

    Hey maaikevk,

    The border is applied to the footer and it is its width. It can be applied to the container inside the footer, but it’s still not 100% like you want.

    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 {
        border:none;
    }
    #footer .container {
        border-top: 1px solid #8eb1b2;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #976434

    Thanks Victoria, This is a little bit better indeed.

    Do you have a suggestion on making the line just a little bit less wide?
    Can I do that with css?

    Maaike

    #976922

    Hi Maaike,

    Best regards,
    Victoria

    #977684

    I think the option from your screenshot might look good indeed! Good thinking!

    #977783

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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