Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello Carmen,
    the problem you reported is a mere css issue, so it’s not depending on our plugin, which only handles HTML.
    You may try to add the following to your theme’s style.css:

    .textwidget {
      margin-top: 50px !important;
    }
    Thread Starter carmenrae

    (@carmenrae)

    Thank you Marco for your response and taking the time! I knew it wasn’t on your end.
    I am a new front end developer, so I know enough to find the HTML code most of the time and style as needed.
    I only wanted to class that particular the paragragh to add style but some reason the way it is coded the image next to it is part of the paragragh so it styles both, all p. content.
    If I style the .textwidget it will style every .textwidget.
    Anyway, I will figure this out and thank you againg for responding!

    Have an awesome day:-)

    Carmen

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Every widget, panel or panel group has a unique ID, so you can target it with a multiple selector. I.e.:

    #panel-0-0-0 .textwidget {
    margin-top: 50px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding classes to style do not seem to work’ is closed to new replies.