• Hello!

    I’m wondering if it’s possible to easily change the height of the blank section, which is static 420px, as far as I can tell.
    What I’m trying to accomplish is to add an image as a header instead of the slider.
    Is there another way?
    If there isn’t an image section would grand! Just a thought.
    Thanks in advance!

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

    a quick tip, there is a custom css section in the theme ??
    .TheIdOfTheSectionToChange{
    height: 500px; /* or some other height */
    }
    disable the slider.. ? [slider] off? in the theme settings?
    then use a image?.. not sure… you would have to elaborate a bit better on the question in hand i guess ??

    should not be so difficult really…

    Theme Author Access Keys

    (@access-keys)

    Hi there,
    You can add following css rule in Dashboard > Appearance > Theme Options > Tools > Custom Css to increase the height of blank section

    .blank_template{
    height: 500px;
    }

    Thanks,

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