-
AuthorPosts
-
October 29, 2015 at 10:44 am #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
October 29, 2015 at 3:47 pm #526877Hey 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.
November 5, 2015 at 2:53 pm #530805Is 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
November 5, 2015 at 2:55 pm #530808Hi!
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 madeCheers!
YigitNovember 6, 2015 at 12:06 am #531259I will submit my admin details.
November 9, 2015 at 12:36 pm #532511Hi!
I think you forgot to add a link to your website, didn’t you?
Regards,
AndyNovember 10, 2015 at 11:17 am #533144And the link:
November 10, 2015 at 2:49 pm #533284Hey!
Editor is missing under Appearance tab. We are going to need FTP credentials to add the code for you in this case
Best regards,
YigitNovember 12, 2015 at 10:55 am #534648ftp
November 12, 2015 at 4:09 pm #534845Hey!
I am getting “Server not found.”. Can you please check the credentials once again?
Regards,
YigitNovember 12, 2015 at 8:27 pm #535068hmm.. 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?
November 15, 2015 at 4:59 am #536013Hey!
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,
IsmaelNovember 17, 2015 at 3:45 pm #537338If i log in with the information given it works..
November 19, 2015 at 2:18 pm #538987Hi!
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,
AndyNovember 19, 2015 at 3:02 pm #539033The line has been added.
November 19, 2015 at 3:13 pm #539044Hi!
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!
AndyNovember 19, 2015 at 8:23 pm #539208The 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
November 20, 2015 at 12:27 am #539286Hey!
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.
November 20, 2015 at 2:00 pm #539561Works perfectly… Thanks!
/Jesper
November 20, 2015 at 2:07 pm #539572Hi!
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 -
AuthorPosts
- The topic ‘Add spacing between buttons’ is closed to new replies.