Have you installed the plugin Car Demon Style? I’ve achieved my layout by starting with the style Responsive, offered in this plugin. This was my starting point.
You will have to fiddle with your CSS too.
I am having issues with the proper layout – the text goes up to the top interfering with navigation menu?
In your custom css, you should add a margin-top to your #main div. Currently, it is set to 0px.
Something like this: #main {margin-top: 30px;}
I don’t know why prices don’t want to load making the “view details” too far down, and text under photo is almost overlapping with the photo (that also looks really squeezed)
This is still a CSS issue. You will have to tweak these type of details. Along the lines of this :
.random_img.inventory_img {margin-top: 15px; margin-bottom: 15px;}
.inventory_price_box {height: auto !important; margin-bottom: 16px !important;}
the other thing I can’t figure out is titles ” great deal” and “search inventory” are moved to the left and not aligned with the content on the bottom.
Try this in your custom CSS:
#car_demon_random_car-widget-2 .widget-title {margin-left: 10px !important;}
#car_demon_search_car-widget-2 {width: auto !important;}
Car Demon is a very good plugin, but you need to tweak it a lot for it to fit with the theme you are using. It is not “out of the box” with all themes. I’m not a super duper coder, but I know my way with CSS so Car Demon is a good fit for me.
Hope this helps!