Body

Posted in: Newspaper
Post count: 51

How i can move just main contet right, but the background remains where it is.
http://postimg.org/image/at8fc0075/

Post count: 22421

Hi,
If you want to move the content, you could try it with this css:
.td-boxed-layout #td-outer-wrap{
float: right!important;
}

Thanks.

Post count: 51

How can i move content for certain number of pixels to the right ?

Thanks.

Post count: 22421

Hi,
Unfortunately adding a fixed margin to the left or to the right will break the responsive layout. It cannot be done so easy. The layout needs it’s auto margins to be positioned properly in a responsive design.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.