Hallo,
ich möchte gerne den geöffneten Blogbeitrag nicht im Blocksatz, sondern linksbündig darstellen. Könnt ihr mir helfen?
Danke schon einmal!
VG, Nina
Hey Janinifee!
Set the post to display a right sidebar instead of full width and then add this to your custom CSS.
.single main {
width: 100% !important;
border-right: 0px !important;
}
.single aside { display: none !important; }
If that is not correct then send us a link to your post so we can take a look. You can set your reply as private if you wish.
Cheers!
Elliott