Content in wrong order in Featured Boxes

  • Author
    Posts
  • #70211
    iaind
    Power User

    Hello. Using Kahuna 1.3.2 and the title and the description seem to be displaying the wrong way round in the Featured Boxes. The description is small and above the title, which is large and bold. I think the title should be above the description?

    Also, if I try to use a link in the description of featured boxes it messes up the tables and displays as a long column of text.

    Website: iaindstewart.net

    #70438
    Zed
    Cryout Creations mastermind

    The sections titles and descriptions are designed to be displayed in reverse order.
    You can customize that with some CSS:

    body .lp-section-header .lp-section-title {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 1;
        order: 1;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Content in wrong order in Featured Boxes’ is closed to new replies.