Slider Wide (Fullscreen)

Homepage Community Forums Epik Theme Support Slider Wide (Fullscreen)

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #8477
    monkeyO
    Customer

      I’m using the revolution slider plugin and have set it to fullscreen. I want it to fill up the space inside the red square (see screenshot below). What changes should i make in the stylesheet?

      http://s13.postimg.org/du6dhyryu/fullscreen.jpg

      #8480
      Wes
      Moderator

        There is a “Slider Wide” widget area that is full width that you could probably use….but I’m not sure what you would need to do in this situation as I’m not familiar with that particular plugin.

        #8482
        monkeyO
        Customer

          Wes,

          The width is fine (im using the ‘slider wide’ area), but the height of the slider is now larger than the screen height…

          Here is a demo of the slider :
          http://www.themepunch.com/codecanyon/revolution_wp/index-fullscreen.html

          #8485
          Wes
          Moderator

            I would need a link to your site to take a look (a screenshot won’t work). If it’s the plugin causing an issue then you would need to contact the plugin developer, as I can only offer support for my own themes (since that’s what I’m familiar with).

            #8489
            monkeyO
            Customer
              This reply has been marked as private.
              #8490
              monkeyO
              Customer

                I have posted a private reply. I’m not sure if you can see it

                #8497
                staplechasers
                Customer

                  Were you able to resolve the issue. I am currently using the same slider and have a margin on all sides of the screen as well. Thanks for your help

                  #8498
                  monkeyO
                  Customer

                    I wasn’t able to resolve the issue

                    #8500
                    staplechasers
                    Customer

                      did you end up switching to another slider or were you able to get the fullscreen effect with another slider? Thanks for the quick response

                      #8502
                      Wes
                      Moderator

                        The .head-wrap (div around the header) has 40px of margin for the bottom. So you would need to remove that bottom margin and that would cover about half of that space. But you’ll need to only do this for the homepage, since that space is needed for all of your other pages. Add this code to do it –

                        .home .head-wrap {
                        	margin: 0;
                        }

                        Next look around line 1151 or search for .slider-wide .wrap and remove the padding like this –

                        .slider-wide .wrap {
                            margin: 0 auto 20px;
                            padding: 0;
                        }
                        

                        ….and that will remove all the space from in between the header and slider. Once you edit this, make sure and hit your reload button so it will clear your browser cache so the latest changes will show up.

                        Let me know if that works.

                        #8507
                        monkeyO
                        Customer

                          The space between the header and slider is now gone(thanks), but i want the header + slider to fill the screen.

                          #8510
                          Wes
                          Moderator

                            Look for .slider-wide .wrap remove the margin, change it to auto for left and right…then add a max-width (100%).

                            #8515
                            monkeyO
                            Customer

                              what about the height of the slider? right now i have to scroll to see the rest of the slider

                              #8520
                              Wes
                              Moderator

                                I can’t really help with the slider functionality since I’ve never used the plugin. You’d need to check the documentation for it (if they have it), or contact the developers that created it to fix any issues it’s causing. As mentioned earlier I only assist with the themes I’ve created….don’t want to lead you in the wrong direction by making guesses.

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