Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #571179

    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!

    #572316

    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

    #575595

    Thank you Andy.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘blog post orders and background’ is closed to new replies.