• Resolved BToal

    (@btoal)


    Hi

    Is it possible to increase the number of columns in a row for the services section. I have four different services sections and when viewed on the HomePage three are in a row together and the fourth is in a row on its own below.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can add this to a custom CSS plugin or child theme:

    .service {
       width: 25%;
    }
    .service:nth-of-type(3n+1) {
       clear: none;
    }

    Thread Starter BToal

    (@btoal)

    Hi Vladff

    That worked perfect for me…thank you so much.

    nestur

    (@nestur)

    Hi!

    I have the last version of Moesia theme and I can’t put 4 services in one row with this solution. I try to put in the CSS custom, the child theme or the normal Theme.

    Whats the problem?

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Services Section’ is closed to new replies.