Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #778458

    Hi!
    I have three columns in my footer and I would like to make the first and the third column a bit smaller. For this the second column is to be broadened.
    May there exists a CSS Code for this?

    Thanks a lot.
    Patrick Galler

    #778482

    Hey derarbeitspsychologe.at,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #778512

    Hi!
    I have put the URL in the private content area.

    Thanks for your help.
    Patrick

    #778516

    Hi,
    Try this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

    #779129

    It works!
    Thanks a lot! :)

    #779276

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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