Hi,
Please let me know:
1. How can I change the background of my “blog posts” and “widgets” area?
2. The order of my posts are now from left to right (as you can see in the below image). How may I order them from right to left?
(I have highlighted the areas I’m talking about)
Thanks in advance!
Hi Sadegh!
try this code in Quick CSS field:
main.template-page.content.av-content-small.units {
background-color: red;
}
#top #main .sidebar {
background-color: blue;
}
To move it to the right side:
.avia-content-slider .slide-entry-wrap {
left: 200px;
}
Best regards,
Andy
Thank you Andy.