Location of Slider Title & Button
- This topic has 7 replies, 3 voices, and was last updated 6 years, 2 months ago by
msansweb28.
-
AuthorPosts
-
August 5, 2017 at 7:34 pm #5873
msansweb28
ParticipantAfter 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!
August 5, 2017 at 11:41 pm #5876Jerry
KeymasterHello @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
August 15, 2017 at 2:58 pm #5946msansweb28
ParticipantHello 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!
August 15, 2017 at 3:56 pm #5949Jerry
KeymasterHello @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
August 18, 2017 at 1:27 pm #5962Jerry
KeymasterHello @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
August 18, 2017 at 6:17 pm #5966msansweb28
ParticipantI 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!
August 20, 2017 at 1:02 pm #5981Zex
ModeratorHello 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.
Best Regards
August 21, 2017 at 4:17 pm #5991msansweb28
ParticipantYes, adding the margin-top to the slider title did the trick. Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.