Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #455208

    Is there any way to move the carousel buttons / arrows to below the images and centered?

    Right now they are in the top right corner.

    I see no options for this, but I would like the carousel toggles to be centered and below the images.
    Here is the link to the specific page:

    http://hjecomm.wpengine.com/testing-page/ (hosted on WPengine)

    I’m not sure what code needs to be changed here, if you could please advise that would be greatly appreciated

    #455384

    Hey DaveL77!

    I’m not sure what I’m looking at on the page you linked, do we need to be logged in to see it properly?

    Best regards,
    Rikard

    #456244

    You shouldn’t.

    The two carousel toggles in the top left of the carousel widget.
    I’d like to move them to the bottom, below the images and centered

    http://gyazo.com/3b7638b887616b3333e314792e56095e

    Let me know if you need more info.

    #456439

    Hi!

    This is what I’m seeing on my end: http://imgur.com/ApQQl6I. Not much to see or do on that page.

    Cheers!
    Rikard

    #456998

    Yes, that is what I see too…….

    Id like to MOVE the toggles on the upper right to CENTER below the image / carousel section.

    The carousel has the buttons / arrows / circles in the TOP RIGHT, I’d like them CENTER and at the BOTTOM.

    I’m not sure if that makes sense?
    I did a rudimentary mockup / visual.
    http://gyazo.com/46ad67613b4c01556d546e05a171c73e

    Hope that helps…. any help would be greatly appreciated!

    #457597

    Hi!

    I’m getting a maintenance mode page so I guess we need some details to see that page now?

    Regards,
    Rikard

    #457962
    This reply has been marked as private.
    #458215

    Hey!

    You can add this in the Quick CSS field:

    #top .avia-smallarrow-slider-heading {
      display: table;
      width: 100%;
      bottom: 0;
      position: absolute;
    }
    
    #top .avia-content-slider-element-container .avia-slideshow-dots {
      text-align: center;
    }

    Regards,
    Ismael

    #459543

    Seemed to work, but put the buttons on the images rather than below.

    Image 2 basically which is a fullsized image,.

    Any idea how to make it go below this?

    #460956

    Hi!

    add this code:

    .avia-content-slider-element-container.avia-content-slider-element-slider.avia-content-slider.avia-smallarrow-slider.avia-content-slider-active.avia-content-slider1.avia-content-slider-odd.avia-builder-el-1.el_after_av_hr.avia-builder-el-last {
    height: 540px;
    }
    

    Best regards,
    Andy

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