Local CSS rule don't work

sator
27 Posts
sator posted this 24 January 2019
Report a bug

Inserting css rule in local element field not affected in output code.
Only CSS class are implementing.

Inserting css rule in local element field not affected in output code. Only CSS class are implementing.
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 24 January 2019

Hi Petiofi,

Please attach your theme exported as a project and also let me know what exact code you want to apply.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Petiofi, Please attach your theme exported as a project and also let me know what exact code you want to apply. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
sator
27 Posts
sator posted this 05 February 2019

sec-4983, first raw, scond column, postimage css class named probepicture and CSS code:
.probepicture {
margin: 15px 0 0 0;
}
only css class name are implemented in html, css code are deprecated.

sec-4983, first raw, scond column, postimage css class named probepicture and CSS code: .probepicture { margin: 15px 0 0 0; } only css class name are implemented in html, css code are deprecated.
Support Team
Support Team posted this 05 February 2019

Hi Petiofi,

There are other template margin settings for the image. So to override them you need to use the !important value in the code:

.probepicture {
margin: 15px 0 0 0!important;
}

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Petiofi, There are other template margin settings for the image. So to override them you need to use the !important value in the code: .probepicture { margin: 15px 0 0 0!important; } ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments