Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#488
matthewnye
Participant

kind of in the same vein, im having problems applying custom css classes to individual content items. in addition to the above i want to right justify a heading. so I add the following code to custom css:

right-justified {
text-align: right !important;
}

Then I add the class right-justified to the header content item. I see via the browser console that the class is applied to the content item but it isnt right justified.

What is the correct way to handle these kind of changes?

Thanks,
Matt