bugs in new version

This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
Image
bebuilder items align in RTL mode.jpg
337.14 KB

Dear Phil,


hope you are doing well.

  1. in RTL mode as you can noticed in the attached image, the items alignments are sometimes hard to work with features. please correct it in next update
  2. in the new update, in button element, when i want to change icon position from left to right, then the shape of the button goes in the wrong way. this problem is in the RTL mode. i did not test if it is in LTR too or not.

thx

Comments

  • Hi,

    1) Thanks for reporting. I have passed it to the dev team, and we will fix it as soon as possible.

    2) I quite do not understand what you refer to. Can you attach a screenshot showing this issue, please?


    Thanks

  • Dear Phil


    for the button issue please check the attached images. one is button with icon in left position which is ok . the other is button with icon in right position which is NOT ok.


    thx

    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    Image
    button icon left.jpg
    210.81 KB
    This is an embed external element. It can be deleted using the delete key or the backspace key. To view the full element, press the preview button below.
    Image
    button icon right.jpg
    230.25 KB


  • Thanks. I was able to reproduce it in my environment.

    I will pass it to the dev team too.

    As a temporary fix, you can use the following CSS code:

    1. .button-default .button_right .button_icon::after{
    2.    right: -12px!important;
    3.    width: calc(100% + 20px)!important;
    4. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

Sign In or Register to comment.