Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #388633

    bak
    Participant

    Hi
    for page X (see address below in private message) you have given me some CSS in order for the title to be in the middle of the accordion and not left aligned. as it seems, the CSS I added is now for the whole webage which is not what I want

    I created a new page Y and i want the CSS title to be left aligned (like the rest of the text.

    thanks for your help

    #388635

    bak
    Participant
    This reply has been marked as private.
    #388822

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind sharing us a screenshot which part do you want to be CSS left aligned?

    Once we got the screenshot for us to have some guide, we’ll do our best to help you. 🙂

    Thanks.

    #389218

    bak
    Participant
    This reply has been marked as private.
    #389241

    Thai
    Moderator

    Hi There,

    Please this code in your Customizer > Custom > CSS:

    .x-accordion-heading {
        text-align: center;
    }

    And then updating to following code:

    .page-id-539 .x-accordion-heading {
        text-align: center;
    }

    Hope it helps!