• Resolved Ufuk A.

    (@tindeks2)


    hi,

    thanks for this great theme.

    how can i change sidebar from right to left ?

    thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi atozsoft.net,
    you can handle the sidebar position in Lontano PRO version but you can do this also with CSS, just go to your WordPress Dashboard under “Appearance-> Customize-> CSS Code” and paste this code:

    
    .content-area {
    	float: right;
    }
    .content-area:before {
    	right: 100%;
        left: inherit;
    }
    .site-branding {
    	float: left;
    }
    

    Best Regards,
    CrestaProject

    Thread Starter Ufuk A.

    (@tindeks2)

    hi CrestaProject,

    fixed, thank you so much.

    • This reply was modified 8 years, 1 month ago by Ufuk A..
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change sidebar from right to left’ is closed to new replies.