-
AuthorPosts
-
February 10, 2015 at 6:14 pm #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.February 11, 2015 at 9:43 am #394162Hey dawiditaxi!
Could you please check the login/pass? It wouldn’t let me in…
Best regards,
RikardFebruary 11, 2015 at 10:05 am #394174This reply has been marked as private.February 11, 2015 at 6:20 pm #394556Hey!
Please post username and password for authorisation as well – http://i.imgur.com/RrYECM5.png?1
Cheers!
YigitFebruary 11, 2015 at 6:27 pm #394564This reply has been marked as private.February 12, 2015 at 7:15 am #394841Hey!
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,
RikardFebruary 12, 2015 at 8:26 am #394854min-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/#listamiastand ofc “listamiast” I’ve writed down in color sectionon different page where I want to direct (tab element on http://itaxi1.cloudapp.net/pasazer/)
February 13, 2015 at 5:59 pm #395921Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
