4 services in a row
-
Hello everyone,
First I would like to say that the moesia theme has been the best theme I have used in a long time. The problem that I am running into is that I can’t figure out how to display all four of my services in a row. It will show 3 in a row and then the 4th drops to another line. I have tried to reduce the size of the images thinking that the images were too big to display all four on the same line but was unsuccessful. I tried adding the following code to the custom css plugin:
.service {
width: 25%;
}
.service:nth-of-type(3n+1) {
clear: none;
}But that did not work either.
Is there an easy way to get all 4 services to appear on one line?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘4 services in a row’ is closed to new replies.