Play School Theme – relocate Front Page Title and Read More button

Home Forums All Other Themes Play School Theme – relocate Front Page Title and Read More button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125644
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    hi there,

    how can i relocate front page title and read more button under the slide?

    URL : http://binhua.edu.my

    PLease advise and thanks alot.

    regards,
    JaCkie

    #125677
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Where do you want to show the titles and buttons?

    Regards,
    Dave

    #125690
    JackieJackie
    Participant
    • Topics: 15
    • Replies: 27
    • Total: 42
    Member since: May 23, 2019

    Dear Dave,

    I would like to show it on the right side of the slide.

    what if i want to shift the title and description to left, how to reduce the left margin? please advise and thank you

    regards,
    Jackie

    #125785
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30635
    • Total: 30635
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .nivo-caption {
        width: 40%;
        right: 11%;
        left: inherit;
    }
    .title {
        max-width: 100%;
        text-align: right;
        margin-left: 0;
        font-weight: bold;
    }
    .slidedesc {
        padding: 10px 0 25px;
        max-width: 100%;
        text-align: right;
        margin-left: 11%;
    }
    .slidebtn {
        word-wrap: break-word;
        display: table;
        margin-left: 0;
        float: right;
    }

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.