Wide responsive slider support

Homepage Community Forums Epik Theme Support Wide responsive slider support

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5210
    fisherysim
    Customer

      Hi,

      Yes please if you look at http://www.marketyze.com on that resolution it does not go across the entire screen only as wide as the natural image 1280px.

      This is what we want it to look like when at lets say – wide screen 1897px. Like this site:

      http://www.webtrends.com

      Thanks

      Mark

      #5221
      Eric
      Customer

        The other site didn’t load up properly so I couldn’t see the example you were referring to.

        If you want the slider area to be full width, then you can take a look around line 2583 in your css file for this –

        .slider-inner {
            margin: 0 auto !important;
            overflow: hidden;
            padding: 0 !important;
            width: 1280px;
        }

        and you can make your adjustments to the width.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5252
        fisherysim
        Customer

          Thanks, as the slides are 1280px, how can I get them to work on 1890px width? The site that I was looking at is this:
          http://webtrends.com/. This site’s slides are always across the entire screen if you are on any resolution.

          Thanks again

          #5262
          Eric
          Customer

            You would increase the width of the code above.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5280
            fisherysim
            Customer

              Thanks, one question do the slides have to be uploaded at the the maximum width that I want it to support, lets say 1890px?

              #5288
              Eric
              Customer

                Yes if you want it to fit…or it would need to be close at least.


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #5309
                fisherysim
                Customer

                  Will try and let you know, thanks

                  #5321
                  Eric
                  Customer

                    You’re Welcome


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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