Hi,
How can I reduce the height of the title/brreadcrumb container ?
Besides, I hid the page title, how can I move breadcrumb to left ?
http://www.cpctartsandevents.com/mywordpress/?page_id=252
thanks
Hello totofunk!
Add this CSS code to the Quick CSS:
#top .title_container .container{
min-height: 40px !important;
}
.title_container .breadcrumb{
left: 0 !important;
}
Regards,
Josue
perfect !
thanks