*

jcarrolo01

  • *****
  • 256 posts
Alignement issue in item_post
« on: January 03, 2021, 12:57:00 AM »
Hello...

There is a small issue related with alignement in item_post.php, related with tinymce... The problem i think is related with the width of tinymce box

if i remove width:100% everithing looks good...

Code: [Select]
element {
    visibility: hidden;
    width: 100%;
    height: 350px;
}

but where is this element

Please take a look in images... What i can do to solve the issue???



Best Regards
João Carrolo


*

MB Themes

Re: Alignement issue in item_post
« Reply #1 on: January 04, 2021, 11:39:44 AM »
@jcarrolo01
You can rewrite bahaviours of style attribute using !important in your style sheets.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jcarrolo01

  • *****
  • 256 posts
Re: Alignement issue in item_post
« Reply #2 on: January 05, 2021, 12:29:41 AM »
@jcarrolo01
You can rewrite bahaviours of style attribute using !important in your style sheets.

Thanks allot for your reply. Usually when i write something on forum is to report an issue, usually i solve the issues i found. I report because if i found something wrong, is wrong for all the ones that use the script..

Best regards
Joao carrolo

*

kriskoyk

  • *****
  • 269 posts
Re: Alignement issue in item_post
« Reply #3 on: February 02, 2021, 10:51:00 AM »
Can you write in more detail what exactly you did?

*

kriskoyk

  • *****
  • 269 posts
Re: Alignement issue in item_post
« Reply #4 on: February 03, 2021, 10:27:10 PM »
jcarrolo01

From what I see on your website, you probably did not fix the problem.

*

kriskoyk

  • *****
  • 269 posts
Re: Alignement issue in item_post
« Reply #5 on: February 03, 2021, 10:42:23 PM »
joao carrolo01

additional problem is this: An array from timyMCE does not appear on mobile phones. I show it in the photo. (Tested on samsung galaxy j7)

*

MB Themes

Re: Alignement issue in item_post
« Reply #6 on: February 04, 2021, 07:50:35 AM »
You may add this to your style.css:
.add_item .description .tox-tinymce {width:75%!important;float:left;}

It will make it properly sized, similar approach should be done on responsive.css, but anyway based on my tests tinymce is not too responsive.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots