• Just started trying out this theme on a new website in development…seems cool so far, but one thing that I’ve found right away that I want to adjust, but can’t seem to figure out, is either the width of the home page and/or just the width the slider uses.

    Currently it’s stretching the featured images in the posts I made for the slider so they fill the whole screen – which is *way* too big. Would like it to just show them at their native resolution…or maybe set a total width for the homepage itself, and have everything live within that. Can that be done?

    Also, is there a way to re-position where the text shows up on the sliders? Like, can I switch it to the right side of the image instead of the left side?

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    you can add a width on the wrap – something like:

    #wrap {
    max-width: 1140px;
    }

    For the the text on the slider you will have to adjust the following:

    .flex-caption {
    position: absolute;
    bottom: 60px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Home page slider questions’ is closed to new replies.