Shop Categories

X

Location of Slider Title & Button

Home Forums Agama Pro Location of Slider Title & Button

Topic Resolution: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5873
    msansweb28
    Participant

    After 1.3.8.1 update, the option to determine the location of the slider’s title & button has been removed. Now they are apparently coded to only appear in the vertical center of the slider. Not sure why this option was removed, but I don’t want my title/button to be vertically centered. Was happy with the way I had them.

    If you don’t want to restore the Customeizer option, would you please give me the CSS code or location so I can adjust this myself? Tried to determine this already but didn’t have any luck.

    Thanks!

    #5876
    Jerry
    Keymaster

    Hello @msansweb28,

    As you have noticed we have removed top distance for slider title & button and now automatic vertical center align is applied by default.

    The top distance feature is removed since there were many issues with responsivity on media devices and we find more useful automatic vertical center align right now as default option.

    We are expecting soon to release new version of Agama Slider with allot better visual appearance and responsiveness and with much better features and until that you will need to adjust top distance with custom CSS code.

    I will generate custom CSS code for you little later so you will be able to apply it on your slider title & button.

    Regards

    #5946
    msansweb28
    Participant

    Hello Jerry –

    You have marked this thread as resolved but it’s actually NOT resolved until you generate the CSS code. Have you had time to do that yet? It’s been well over a week, and I would like to get my customer’s website back to where it needs to be. If you do not have time, at least give me the location for the CSS that needs to be changed and I’ll attempt it myself. Thanks!

    #5949
    Jerry
    Keymaster

    Hello @msansweb28,

    Sorry, it’s my mistake.

    I will push theme update soon so old buttons style will be implemented as dropdown select option from customizer area.

    Just be patient day or two more.

    Regards

    #5962
    Jerry
    Keymaster

    Hello @msansweb28,

    The Agama Pro update v1.3.9 is released and now you have options to select button style from:
    Appearance -> Slider -> Slide #1, #2... -> Button Style

    Best Regards

    #5966
    msansweb28
    Participant

    I appreciate the work you’ve done, but you’ve not really addressed the issue that I’m having yet, which is with the vertical alignment of the slider buttons. Unless I’m missing it, the changes you made with this last release didn’t restore the option to set the distance from top, which is what I need to address. Having the button automatically centered vertically puts it right across the middle of my slider images, and this is not what I want. If you would prefer, send me the appropriate CSS that controls the title & button placing and I’ll customize it myself. Thank you!

    #5981
    Zex
    Moderator

    Hello msansweb28!

    Sorry for the delay, we missed your post…
    Ofcourse you can change the vertical alignment of the slider buttons with CSS.

    Please open customizer, then General->Additional CSS menu , and add the code below:

    code for the button:

    #agama_slider .slide-content a.button{
    margin-top:5%;
    }

    code for the title:

    #agama_slider h2.slide-title{
    margin-top:5%;
    }

    you can change margin-top value per you wish.

    http://prntscr.com/gar38c

    Best Regards

    #5991
    msansweb28
    Participant

    Yes, adding the margin-top to the slider title did the trick. Thanks!

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