Hello everyone. i need your help. if you solve it ill be very because i couldnt find any info about it. Im using dawn theme and i want to customize footer. in the footer it shows four columns. after i add the fifth section it begins to show the fifth section below them. but i want to design it as to be 3 columns in the top and a image section in the center below them. if you have any idea about how to do it ill be appreciate. thanks in advance
@onuryazdag - this will need multiple css settings, can you please share your website link?
@onuryazdag - you want like this?
yes exactly thats what i want
@onuryazdag - add this css to the very end of your base.css file and check
@media screen and (min-width: 750px){
.footer__content-top .footer-block.grid__item {width: 32.66% !important;}
.footer__content-top .footer__blocks-wrapper{display: flex !important;}
.footer-block__details-content.footer-block-image{justify-content: center !important;}
}
Thank you so much
1 Like
@onuryazdag - welcome