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

    Hi Support
    I have been provided by Mike the css-codes for 4 columns, please see below.

    #footer .flex_column.av_one_fourth:first-child {
    width: 33%;
    }
    #footer .flex_column.av_one_fourth:nth-child(2) {
    width: 33%;
    margin: 0;
    }
    #footer .flex_column.av_one_fourth:nth-child(3) {
    width: 20%;
    margin: 0;
    }
    #footer .flex_column.av_one_fourth:nth-child(4) {
    width: 10%;
    margin: 0;
    }
    #footer .flex_column.av_one_fourth .widget {
    width: 80%;
    }
    #footer .flex_column.av_one_fourth:nth-child(4) .widget {
    width: 100%;
    }
    1) How can I align the text blocksto the right, so those are aligned with the 3 columns above?
    2) How can I move the logo more to the right, so it aligns with end of the arrow?

    Please see print.

    Best regards
    Lene

    #1420094

    Hey Lene,

    1. Please try this in Quick CSS:

    #footer .flex_column.av_one_fourth:nth-child(2), #footer .flex_column.av_one_fourth:nth-child(3) {
        margin-left: 22px;
    }

    2. I’m not sure I understand your second request, do you mean the scroll to top button? If so then that will be difficult, since it’s positioned outside the container.

    Best regards,
    Rikard

    #1420200
    This reply has been marked as private.
    #1420203

    Hi,
    Please check your logo in the footer, it has empty space on the right, (all sides) I believe that if you edit the image so the logo is to the edge on the image the right side will align up with the edge of the contaier and be where you want it.

    Best regards,
    Mike

    #1420440
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Alignment of content in footer’ is closed to new replies.