http://drawn2pencils.comI have created a child theme for Customizr and have a css manager plug-in that I have been utilizing to tweak the various elements of the site. There is a container at the bottom of the homepage which has a container with a permalink which I wish to delete. The following is in the css rule section and I do not know how to format the css to delete the container.
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
width: 1170px;
}
I am using google chrome to inspect the elements and the css plug-in to make changes in the element-style.
Does anyone know what code I could use to delete the entire container?