CSS Code To Flip Profile Layout 💜

*COPY CODE BELOW & PASTE IN 'ABOUT ME' SECTION OF PROFILE*


<style>/* Flip Profile */

    .profile{direction: rtl;}

.blog-preview{direction: ltr; text-align: center;}

    .blurbs{direction: ltr;}

    .friends{direction: ltr;}

    .general-info{direction: ltr;}

.profile .left h1{direction: ltr;}

    .details-table{direction: ltr;}

    .profile .table-section .heading{direction: ltr;}

    .details p{direction: ltr;}

.mood{direction: ltr; text-align: right;}

.contact .heading {display: none !important;}

.url-info{direction: ltr; text-align: right;}

</style>


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )