New Landing How can we help? Themeforest Theme Support Flexform Page Title Alignment

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Flexform
  • #874
    rjsalt86
    Member
    Post count: 3

    Trying to left align the page title in the header on secondary pages. Is this possible to do?

    #918
    Tekguild
    Member
    Post count: 171

    Yes, just add this to your custom CSS:

    .page-heading {

    text-align: left !important;

    }

    #923
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sure, just add the following css to Flexform Options > General Options > Custom CSS:

    .page-heading h1, .page-heading h3 {
    text-align: center;
    }

    – Ed

    #984
    rjsalt86
    Member
    Post count: 3

    thank you @grokism yours worked.

    #20256
    brandscaptain
    Member
    Post count: 2

    How does one align a specific title only? What should be put in the Extra class name box? I’ve tried “centered” and “center” and pasting in CSS but it doesn’t work.

    #20332
    Tekguild
    Member
    Post count: 171

    You could use the Reveal ID’s plugin to get the ID of the page, then use a CSS rule to only style the element on that page, per it’s ID:

    .page-id-163.page-heading h1 {
    text-align: left;
    }
    #20335
    brandscaptain
    Member
    Post count: 2

    Hi Grokism,

    Thanks! Found the page ID, but it doesn’t work though. I added it to Custom CSS field in the Theme Options > General Options – should it go somewhere else?

    #20336
    Tekguild
    Member
    Post count: 171

    What is the exact CSS that you entered? Do you have a link to your site so I can see the exact element you’re trying to style?

    #20668
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi,

    try

    .page-id-163 .page-heading h1 {
    text-align: left;
    }

    Cheers

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register