Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › custom CSS and layout for Project Details in Portfolio › Reply To: custom CSS and layout for Project Details in Portfolio
August 30, 2013 at 5:35 am
#1461
Keymaster
I made the following change that can be inserted into Custom CSS panel in theme options –
.portfolio-sidebar p {
margin: 0 0 20px;
}
.portfolio-label {
border-bottom: 1px dashed #B3B0A8;
border-top: none;
}
and display changed to something like the attached screenshot. Of course, I moved the label div element up – above the p element containing text.