Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #543652

    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

    #543833

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.