Hi. how can I, by reducing the distance between the colums and increase the width of each column, so that there remain 4 in a row
Hey pddcoms,
Can you screenshot the section you are in need of help with?
Best regards,
Jordan Shannon
Hi,
Are you looking to adjust the 1/4 columns? If so you can edit this CSS which is the default:
.av_one_fourth {
margin-left: 6%;
width: 20.5%;
}
first.av_one_fourth {
margin-left: 0;
}
Best regards,
Rikard
I add this in quick css, and it daesn’t work!
It works, thank you. I add !important
Sorry, but now i see changes on home page too. i add this css for this page http://jet-ceramic.ru/uslugi/izgotovlenie-mozaiki/ but i see changes and here http://jet-ceramic.ru/ How tio fix it?
.av_one_fifth {
margin-left: 2%!important;
width: 18%!important;
}
first.av_one_fifth {
margin-left: 0%!important;
margin-right:0%!important;
}
Now i change “fifth” on “fouth” and you will not see any problems, but even how make it work only for this page http://jet-ceramic.ru/uslugi/izgotovlenie-mozaiki/
Hi,
Add the page id to the css like this:
.page-id-1720 .av_one_fifth {
margin-left: 2%!important;
width: 18%!important;
}
.page-id-1720 first.av_one_fifth {
margin-left: 0%!important;
margin-right:0%!important;
}
Best regards,
Jordan Shannon