Tagged: 

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

    The code below seems to reduce the width of the whole site

    #footer .flex_column.av_one_third:nth-child(1) {
    width: 18%;
    }

    #footer .flex_column.av_one_third:nth-child(2) {
    width: 18%;
    }
    #footer .flex_column.av_one_third:nth-child(3) {
    width: 18%;

    #footer .flex_column.av_one_third:nth-child(4) {
    width: 18%;

    #footer .flex_column.av_one_third:nth-child(5) {
    width: 18%;
    }

    #680467

    Hi hingex,

    Ok, I can’t see why from your code though. Could you post a screenshot of what you are looking to achieve please?

    Thanks,
    Rikard

    #681128

    I have a 5 column footer configured but I want each of the columns to be of the same width. Right now if you look at my link, this is not the case. The site design is boxed so when i add the above code to try and make the footer evenly sized for each column, it messes with the whole width of the site instead

    #681559

    Hi,

    Ok, I can’t see any problems there but you could try this:

    #footer .container {
        max-width: 100% !important;
        padding:0 !important;
    }

    Thanks,
    Rikard

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