Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #211604

    Hi there

    I would like to change the hight of the color section in my page http://pakka.studio-libelula.ch/dienstleistungen/

    Tried using this code, but nothing happened. :-S
    .avia-section.awesome-color-section {
    height: 100px;
    }

    #211811

    Hi Cdfb!

    Edit the color section then give it a unique ID. Use “awesome-section” for example. Add this on Quick CSS to define the height:

    #awesome-section {
    height: 100px;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change hight color section’ is closed to new replies.