• viktor341

    (@viktor341)


    Hello, you made a wonderful,fast theme.. need only one – how to switch sidebar to left from right ? please

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Hello,

    Please add the following code to your theme.

    @media screen and (min-width: 980px) {
    	.content-area {
    		border-left: solid 1px #ddd;
    		border-right: none;
    		float: right;
    		padding-left: 5.36%;
    		padding-right: 0;
    	}
    	.sidebar-area {
    		float: left;
    	}
    }

    How to remove all sidebars?

    Theme Author Takao Utsumi

    (@utsumit)

    If you do not use Sidebar (empty the widget area), the page will be a one-column design automatically.

    Tx Takao, I removed/deleted the widgets – now it’s 1 column design. But this design does not use the complete area. How to increase?

    Theme Author Takao Utsumi

    (@utsumit)

    In that case, please add the following code to your theme.
    However, I don’t recommend this way to maintain readability.

    .no-sidebar .content-area {
    	width: auto;
    }
    .no-sidebar .post-full-summary .post-thumbnail {
    	margin-left: 0;
    	margin-right: 0;
    }
    .no-sidebar .alignleft {
    	margin-left: 0;
    }
    .no-sidebar .alignright {
    	margin-right: 0;
    }

    It does not work. And I have some problems to use wordpress. I have to ask my provider.

    it works again … https://alterssicherung.org/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sidebar right to left’ is closed to new replies.