change the position of the title

Home Forums Iconic One Pro Support change the position of the title

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 5 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5351

    EsCoRpIoN200
    Participant

    Hello good day, how can I make the title of what is as in the first image go to the part of the paragraph as in the second image, I hope your help thanks …

    image 01

    fo-01

    image 02

    fo-02

    #5352

    Hi,

    We do not recommend this modification but here are the instructions to do this if its really needed.

    For v2.4 only

    Cut line 20-22 from content.php and paste in line 14 of extra-functions.php , existing line 14 will become line 17 after pasting.
    Sending some code to your email so you can double check.

    Now Additional CSS:

    
    h2 {
        clear: none;
    }
    .entry-summary .entry-title a {
        color: #444444;
        text-decoration: none;
        font-size: 24px;
        line-height: 1.4;
        font-weight: normal;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘change the position of the title’ is closed to new replies.