Osclass Support Forums

Osclass theme support => Zara Osclass Responsive Theme => Topic started by: jcarrolo01 on January 03, 2021, 12:57:00 AM

Title: Alignement issue in item_post
Post by: jcarrolo01 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

Title: Re: Alignement issue in item_post
Post by: MB Themes on January 04, 2021, 11:39:44 AM
@jcarrolo01
You can rewrite bahaviours of style attribute using !important in your style sheets.
Title: Re: Alignement issue in item_post
Post by: jcarrolo01 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
Title: Re: Alignement issue in item_post
Post by: kriskoyk on February 02, 2021, 10:51:00 AM
Can you write in more detail what exactly you did?
Title: Re: Alignement issue in item_post
Post by: kriskoyk on February 03, 2021, 10:27:10 PM
jcarrolo01

From what I see on your website, you probably did not fix the problem.
Title: Re: Alignement issue in item_post
Post by: kriskoyk 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)
Title: Re: Alignement issue in item_post
Post by: MB Themes 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.