• Hi,

    is it possible to chance separately the height of each section?
    Currently i changed the height of all sections equally with this part of the style.css:

    .section,.section-banner,.section-about,.section-services,.section-portfolio,.section-contact,.section-custom {
    	clear:both;
    	width:100%;
    	height:824px;
    	overflow:hidden;
    	*/

    Many thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter SirusP

    (@sirusp)

    No ideas?

    JayDee_44

    (@jaydee_44)

    Hi SiriusP!

    Did you resolve your issue?

    JayDee_44

    (@jaydee_44)

    Hurray! I’ve made it!

    Add below:

    .section-services {
    	background:url(images/back2.jpg) repeat center fixed;
    }

    this:

    section#services {
    	height:400px;
    }

    You can try any height 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Different sections height’ is closed to new replies.