1) I can’t get my portfolio department titles in a certain order. I’ve had my web dev friend take a look and he says they’re not alphabetical so what is the order being forced here? I want it to be in the order ‘travel/fashion/other’ and have tried switching the names, re-naming and re-adding the portfolio items one by one etc. but they will not stay in the order I want!
2) One of my pictures (the first one) is slightly bigger than the others and no matter how many times I resize it, it seems to override any image constraints in the theme – odd.
And one more thing not to do with the portfolio – how can I make the font size in my about me section smaller?
Hi Ellie,
1) Portfolio department titles are alphabetical. I have not tested this plugin yet but it should be perfect for reordering departments;https://wordpress.org/plugins/taxonomy-terms-order/
2) Portfolio images are resizing only by width. Before you upload a image, you need to resize it considering to your current portfolio image’s width and height.
3)
@media screen and (min-width: 768px) {
.page-id-30 .post .entry-content > p {
font-size: 17px;
}
}