Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #393835

    Hi,

    1. How to make custom width (200px for example) in purple button in top advanced layerslider on main page? I’ve tried everything from this forum, but any of them is working in my example:-/
    2. This button should direct to anchor on other sub-site. I can make anchors on one-page sites thnx to this forum, but this solution is not working in my example either.

    #394162

    Hey dawiditaxi!

    Could you please check the login/pass? It wouldn’t let me in…

    Best regards,
    Rikard

    #394174
    This reply has been marked as private.
    #394556

    Hey!

    Please post username and password for authorisation as well – http://i.imgur.com/RrYECM5.png?1

    Cheers!
    Yigit

    #394564
    This reply has been marked as private.
    #394841

    Hey!

    For button size, please try the following code in Quick CSS:

    .avia-button.avia-size-x-large {
    min-width: 300px !important;
    }
    

    As for your link, what address are you putting in?

    Best regards,
    Rikard

    #394854

    min-width: 300 px is not a solution:
    1. buttons in slider are still as width as before
    2. this solution affects all button on side, I want only to correct this on slider
    3. due to your solution I’ve tried:
    .avia-button.avia-size-x-large {max-width: 200px !important;}
    but this affect all buttons except this in slider:-)

    about link, i’m putting in:
    http://itaxi1.cloudapp.net/pasazer/#listamiast

    and ofc “listamiast” I’ve writed down in color sectionon different page where I want to direct (tab element on http://itaxi1.cloudapp.net/pasazer/)

    #395921

    Hi!

    To target only the buttons in the slider you can add .ls-container in front of your code like so.

    .ls-container .avia-button.avia-size-x-large { max-width: 200px !important; }
    

    Regards,
    Elliott

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