Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Martin,

    Yes, if you modify the plugin’s files they will be overwritten on the next update. The recommended approach is to add CSS styles to your theme’s style.css file. If it’s also a third-party theme which will receive updates, you can either use a Child Theme or a plugin like Simple Custom CSS to add CSS code that won’t get overwritten during updates.

    Thread Starter mvdwally

    (@mvdwally)

    I am using Child theme. Do you have any idea how I manage that?

    using this? And where in child theme?

    .rtbs > .rtbs_content ul {
    margin-left:0;
    }

    Thread Starter mvdwally

    (@mvdwally)

    nevermind, got it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Margin-left’ is closed to new replies.