Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #425128

    Hi,

    I have a footer withe 4 columns. Now I want to have seperators between those columns. Hoch can I insert those. I would like to be able to choose colour and thickness of the seperators and the vertical length..

    thanks

    #425271

    Hey robert7878!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?

    Cheers!
    Yigit

    #425520
    This reply has been marked as private.
    #426298

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #footer .av_one_fourth {
      padding-left: 0% !important;
      width: 25% !important;
      text-align: center !important;
      border-left: 1px solid red !important;
    }

    Regards,
    Rikard

    #426450
    This reply has been marked as private.
    #426874

    Hi!

    Try this:

    #footer .flex_column.av_one_fourth {
      text-align: center;
    }
    
    #footer .flex_column.av_one_fourth .widget {
      display: inline-block;
    }

    Best regards,
    Ismael

    #427113
    This reply has been marked as private.
    #427381

    Hi!

    Did you remove the account you created for us because the details you gave are not working, could you check please?

    Regards,
    Rikard

    #427382

    should be working?

    #427991

    Hi!

    Worked now, thanks.

    I edited the code a bit in Quick CSS, please review your site now.

    Best regards,
    Rikard

    #428018
    This reply has been marked as private.
    #428668

    Hi!

    Ok, too bad. I would remove it but I’m having trouble logging in again. Could you check please?

    Regards,
    Rikard

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