Hi all,
How can I change the spacing in between the columns so it only affects the homepage and one other page?
http://italiabathrooms.com/ – home page
http://italiabathrooms.com/tiles/
I have been playing with the css a little.
div .av_one_third {
margin-left: 2%;
width: 32
It seems to work fine except when I do this it effects other pages where I’ve used 1/3 column. For instance the contact us: italiabathrooms.com/contact/
I really appreciate it.
Hi italiatiles,
You can target the home page alone using the .home selector in your css.
For example:
#top.home div .av_one_third {
margin-left: 2%;
}
Regards,
Devin
When I apply that css it also pushes the first column.
I managed to get them to work but I can’t seem to target the first column. Am I doing this right?
.page-id-2397 .flex_column av_one_third. first .avia-builder-el-6.el_after_av_hr {
width: 32.333%;
}