-
AuthorPosts
-
January 6, 2014 at 11:51 am #205783
Dear Kriesi!
1. How can I increase the button on my page?
http://www.onfejlesztoter.hu/otlet-ado-vevo/
I’d like to make button and letter size, then the notificiation size:
https://drive.google.com/file/d/0B19WV53D7jS5SXNIdmJqUXA2Z3c/edit?usp=sharing2. Can I adjust a llnk of button, then the link wheel the page to the comments area on the same page?
3. How can I change color of comment area for white?
https://drive.google.com/file/d/0B19WV53D7jS5MmFnc1YtWVVuVFE/edit?usp=sharingThank you for your help!
Regards:
RobiJanuary 6, 2014 at 3:16 pm #205832Hey caroberto6!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-.avia-button.avia-size-large { padding: 25px 137px 25px; font-size: 30px; min-width: 127px; } body div .avia-button { border-radius: 0; }
2- You can link the button to “http://www.onfejlesztoter.hu/otlet-ado-vevo/#av_section_1” and that should work
3-#av_section_1 { background-color: white!important; }
or you can simply edit color section element and change its color from settings
Regards,
YigitJanuary 6, 2014 at 4:44 pm #205870Hi Yigit!
Thank you for your answer!
Rather the first solution can I put a link behind the notification area, because the increased button behaves poorly, if I modify the size of browser window.
Thank you.
Regards,
RobiJanuary 6, 2014 at 5:11 pm #205880Hi!
Please add following code to Quick CSS as well
@media only screen and (min-width: 1140px) and (max-width: 1340px) { .avia-button.avia-size-large { padding: 25px 111px 25px; }} @media only screen and (min-width: 990px) and (max-width: 1139px) { .avia-button.avia-size-large { padding: 25px 93px 25px; }} @media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-large { padding: 25px 60px 25px; }} @media only screen and (min-width: 481px) and (max-width: 767px) { .avia-button.avia-size-large { padding: 25px 174px 25px; }} @media only screen and (max-width: 480px) { .avia-button.avia-size-large { padding: 25px 94px 25px; }}
That should fix it
Best regards,
YigitJanuary 6, 2014 at 5:55 pm #205902Hi!
Thank you, It works. I did the other two box, but the text visualization poorly. In the blue button the text appaers two lines rather one, and in the green button the text isn’t center.
Could you help me?
Thanks.
Regards:
RobiJanuary 6, 2014 at 5:59 pm #205904Hi!
I thought you were trying to make only the first button so custom CSS code is focused on that one. Do you mind creating a temporary admin login and post it here privately so i can take a look?
Regards,
YigitJanuary 7, 2014 at 1:05 pm #206285This reply has been marked as private.January 7, 2014 at 2:14 pm #206317Hi!
Changes are done. Please review your website. You can find custom CSS code i added in Quick CSS in Enfold theme options under Styling tab
Regards,
YigitJanuary 7, 2014 at 2:28 pm #206328Hi Yigit!
Awesome it works!!! Thank you very much for your help!! :)
Regards,
RobiJanuary 7, 2014 at 2:33 pm #206330 -
AuthorPosts
- The topic ‘Button size’ is closed to new replies.