Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43517
    mindiapolis
    Member

    Hi, on http://siteservicesunlimited.com/ how do I change width of the main content area plus change the background color of that area as well as the background color of the sidebar area? I know the html syntax but not sure where to change it in a wordpress site.

    #43523
    Sakin
    Keymaster

    @mindiapolis:
    To change the color of Content, go to “Appearance => Theme Options => Site Color Options” and then change the color code in “Content Background Color”.
    To change the color of Sidebar, go to “Appearance => Theme Options => Sidebar Color Options” and then change the color code in “Sidebar Background Color”.

    We don’t recommend changing the content width as it’s design to make it responsive as to various screensize. So, you might want to change it for all screensize or just for large screen sizes. Ok let me know the size you want to change to.

    #43542
    mindiapolis
    Member

    Can you tell me the width of the main content area please?

    #43545
    Sakin
    Keymaster

    @mindiapolis: In large screen the content width is 860px and secondary width 360px

    #43547
    mindiapolis
    Member

    If the content area is where the pregnancy blurb is, could you make that 500px?

    #43564
    Sakin
    Keymaster

    @mindiapolis: Sorry I don’t get it what you mean by pregnancy blurb.

    #43567
    mindiapolis
    Member

    Where it start out “no matter what the circumstance is. . . “

    #43568
    Sakin
    Keymaster

    @mindiapolis: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 981px) {
        .container { width: 950px; }
        #primary { width: 560px; }
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘changing colors’ is closed to new replies.