Hi, thanks again, your code worked great in leaving me with only 2 columns for the first featured section. But it looks a bit weird and I think it would look better if each column was aligned to center. How can I go about doing that? Thanks http://randazzofuel.com/
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .inner_area { text-align: center; } This will solve your issue.