« Web, HTML, Tech Forum

Moving things over?

Posted by oct6via

posted

Forum: Web, HTML, Tech

I see alot of people have their profile picture to the right side instead of the left. what is the code so i can move anything around?


Report Topic

1 Reply

Reply by arlo atomickk

posted

This will flip ur whole profile so the left side is on the right etc:


.profile{direction: rtl}

.blurbs{direction: ltr}

.blog-preview{direction: ltr}

.friends{direction: ltr}

.general-info{direction: ltr}

.contact{direction: ltr}

.url-info{direction: ltr}

.details-table{direction: ltr}

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

.details p{direction: ltr}

.mood{direction: ltr}



Permalink Report Reply