I’m hoping someone can help me locate where I need to place my background code in the attached code. I purchased this theme for a tumblr site and love it’s functionality. The theme comes with 3 different options of colors/fonts to use. I’ve tried a couple different ways to insert a background image but they all fall short. Can someone take a look at the code and point me in the right direction?
That’s not your CSS… it is your HTML… look into your CSS files and search for the background property… probably in the html or body tag. I would assume that it is in the site.css file.
Look for classes charcoal, Royal or Ash. It seems that these are the three possible themes that you may have and these classes are applied to the body (depending on the theme you choose)
I’m trying to right align my content so that when a user decreases or increase the browser size the right content moves back and forth depending on the size selected? Any idea of how to do something like this?