Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Portfolio Category Title widths on page › Reply To: Portfolio Category Title widths on page
February 20, 2015 at 3:03 am
#2193
Participant
Hello,
Try adding the following CSS code to “Elvyre Options -> Appearance – Custom CSS” box:
.portfolio-filters ul li:last-child {
margin-right: 0 !important;
}
The filters should now be displayed in one line.
Robert