Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311109

    Hi I would like to know how to find out how to place a Button in a particular location. Currently, when I use the avia editor the button boxes are place generically. I imagine I would have to use a section ID.

    The following code has already been added to functions.php: add_theme_support(‘avia_template_builder_custom_css’);

    I have used section ID based quick CSS for other items and am familiar with the feature. Can you please provide a Quick CSS code that will allow me to place a button in a particular position?

    #311329

    Hey Tom!

    The link you posted is not an Enfold installation, if you want to modify the position of a button you could use the position property:

    .custom_button{
    position: relative;
    top: 20px;
    left: 120px;
    }

    Regards,
    Josue

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