Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #489084

    Hi, I just wanted to know how to either get rid or decrease the white space between the easy slider and header when I have the slider on? I want the slider to be as close to the header as possible to make it look cleaner. Thanks!

    #489130

    Hey rmonis86!

    Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    main { padding-top: 0px !important; }
    </style>

    Regards,
    Elliott

    #489795

    Thank you very much and how do I make the color section full width?

    #490174

    Hey!

    Hmm, well, for that a grid row element might work better. You could try dragging a codeblock element to the page and add this inside.

    <style type = "text/css">
    #av_section_1 .container { max-width: 100% !important; }
    </style>

    Cheers!
    Elliott

    #490260

    Hi when I add that css code it stretches all the elements on that page. I just want the bottom text specifically to have 100% width.

    #490641

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #490744

    Sure here are the credentials

    #490753

    Also another question is there a way I can have a full screen slider in the background and still be able to edit the page the way I want to? Something similar to this http://www.brooksidefund.com/. Which slider would I need to use to be able to have the same look as that website? Thanks again!

    #492737

    Hey!

    I think if you really want exactly this slider you would need to search a plugin for it.

    You color section seems to go over the whole screen for me. In fact color sections are always full width. So not sure what you mean. Could you already fix it?

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.