Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #90646
    Alvin
    Participant

    Hi. I want to left-align the featured content headline & subheadline. What is the custom code to do that? Thanks in advance for your help.

    #90671
    Mahesh
    Keymaster

    @aj2: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-heading {
        width: 100%;
    }
    
    #featured-post {
        text-align: left;
    }

    Regards,
    Mahesh

    #90705
    Alvin
    Participant

    Thank you for your quick response Mahesh the code works like a charm.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured Content Headline & Subheadline’ is closed to new replies.