Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #830164

    Hello,

    I’ve found many answers on your forum but not this one which is a bit specific.
    As my site is under maintenance, I give you the credentials above.

    I made a footer 4 columns ad in the 3rd one I have 2 issues.
    – I’d like the women image to be a bit on the right and the text (T&C / Legals) more on the left. I thought to reduce the 3rd column margin-left and increase its width but I don’t manage to do it. How can I do ?
    – as u can see, we don’t see the woman’s legs. What can I add to my backgound css to view all the image ?

    Tx guys !
    Nice day
    Marine

    #831428

    Hello !

    Anybody could help me with this ? Tx !!

    #831554

    Hi Marine,

    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

    
    div .av_one_fourth:nth-child(3n)  {
        margin-left: 2%;
        width: 24%;
    }
    div .av_one_fourth:nth-child(4n)  {
        margin-left: 5%;
    
    }
    #footer section#text-4 {
      min-height: 260px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #832009

    Perfect, tx Victoria !

    #832283

    Hi! We’re glad that Victoria was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer 4 column : change width 3rd one + background’ is closed to new replies.