Hi,
I´m using the following code in order to allow words to fit on to one line:
@media only screen and (min-width: 1024px) {
.page-id-758 div .av_one_third {
margin-left: 2%;
width: 80%;
}
}
However it is adversely affecting the footer on this page placing what should be split over 3 columns into 1 column. See page below. Can I alter the CSS so that it affects all on this page apart from the footer?
Many thanks
Hey ProTravelGolf,
Please try this instead:
@media only screen and (min-width: 1024px) {
.page-id-758 .template-page .av_one_third {
margin-left: 2%;
width: 80%;
}
}
Best regards,
Rikard
Rikard,
Wow! Perfect! You guys are awesome!!
Thanks a lot!!!
Hi,
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
Rikard,
Thank you! You can close this topic now!
Thanks again