Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #845863

    In a promo box, is the position of the ‘Click Here” button only capable of being on the right side of the box?
    Can it be position under the text rather than to the right of the column of text?
    That flexibility would be awesome.
    And if it is capable of moving under the text will the column of text then become the full coloumn width.
    Thanks again for your help and expertise!
    Gail

    #846464

    Hey Gail,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” then edit your Promobox elements and give them a custom CSS class “my-custom-promo” and then try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .my-custom-promo .avia-promocontent {
        margin-right: 0;
    }
    .my-custom-promo .avia-button {
        position: initial;
        float: none;
    }
    

    Also, please feel free to request – or vote if already requested – such feature on Enfold feature request form.
    Best regards,
    Yigit

    #846502

    Thanks again for your help Yigit.
    However, perhaps I did something wrong, but the Developer actions, the custom CSSclass and Quick CSS code have had no effect on the button.
    Any suggestions?
    Gail.

    #846846

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Yigit

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