Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #526640

    Hi there

    I have a site where i have multiple buttons on a single line. The buttons are aligned to the right.
    Is it possible to add a space between the buttons. Now they’re stacked against each other and i don’t think that looks good.

    Thanks.

    /Jesper

    #526877

    Hey Jesper!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give custom class to your buttons and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { margin-left: 5px; }

    If that does not help, please post the link to your page

    Regards,
    Yigit

    • This reply was modified 9 years, 2 months ago by Yigit.
    #530805

    Is there any specific line that i should add that text to??

    I’ve tried to paste it at the bottom, but my page returns server error 500… :-/

    /Jesper

    #530808

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?
    If you have not already, please go to wp-content/themes/enfold via FTP and open up functions.php file and remove the changes you made

    Cheers!
    Yigit

    #531259

    I will submit my admin details.

    #532511

    Hi!

    I think you forgot to add a link to your website, didn’t you?

    Regards,
    Andy

    #533144

    And the link:

    #533284

    Hey!

    Editor is missing under Appearance tab. We are going to need FTP credentials to add the code for you in this case

    Best regards,
    Yigit

    #534648

    ftp

    #534845

    Hey!

    I am getting “Server not found.”. Can you please check the credentials once again?

    Regards,
    Yigit

    #535068

    hmm.. I have same problem.. I have contacted my provider..

    Is it possible that you can tell me what to add to what .php-file ???

    I have a control panel with a file-manager can i send the login details for that or can you send the instructions for what code i should add and where?

    #536013

    Hey!

    Username and password are not working and we can’t see the actual page because it redirects to the wp-login page. Please check.

    Best regards,
    Ismael

    #537338

    If i log in with the information given it works..

    #538987

    Hi!

    please enter your ftp account and find functions.php in /wp-content/themes/enfold/functions.php
    Add this line of code inside of functions.php:

    add_theme_support('avia_template_builder_custom_css');
    

    Let us know when you are done.

    Best regards,
    Andy

    #539033

    The line has been added.

    #539044

    Hi!

    good one! now lets go on. Couldn’t find the buttons you are talking about on your website. Can you send us a precise link please? and probably it would be a good idea to highlight the buttons using screenshots (use imgur.com or dropbox).

    We definitely recommend to upgrade to Enfold v3.4.3 by the way.

    Cheers!
    Andy

    #539208

    The theme has been updated now

    See the link for the button i’m talking about:
    https://www.dropbox.com/sh/3plvhvm7s6v3rm1/AADstTxHYQhzNBIYyZkSsQyAa?dl=0

    /Jesper

    #539286

    Hey!

    try this code inside of Quick CSS field:

    .avia-button-wrap {
    margin-right: 10px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    • This reply was modified 9 years, 1 month ago by Andy.
    #539561

    Works perfectly… Thanks!

    /Jesper

    #539572

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Regards,
    Andy

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Add spacing between buttons’ is closed to new replies.