Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1279197

    Hey there,

    Via some CSS adjustments I’ve changes the layout of the footer widget to 1/2 1/4 1/4 in stead of 1/3 1/3 1/3 (if you know what I mean). The only problem that this adjustments als had effect on the regular layout of 1/3 1/3 1/3 on the following page:

    Can you tell me how to solve this the layout changes only have an effect in the footer?

    Best regards,
    Martijn Koster

    .flex_column.av_one_third:nth-child(1) {
    width: 47%;
    }

    .flex_column.av_one_third:nth-child(2) {
    width:20.5%;
    }

    .flex_column.av_one_third:nth-child(3) {
    width: 20.5%;
    }

    #1279243

    Hey Martijn,

    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 .flex_column.av_one_third:nth-child(1) {
        width: 47%;
    }
    #footer .flex_column.av_one_third:nth-child(2) {
        width:20.5%;
    }
    #footer .flex_column.av_one_third:nth-child(3) {
        width: 20.5%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1279333

    Hey Victoria, thank you very much again for the quick support. That did the trick!

    #1279439

    Hi TenMediaNL,

    Glad we could help :)

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layout footer widgets’ is closed to new replies.