In the blog change the prev next layout

  • Author
    Posts
  • #138004

    How can you change the image behind the next and previous links on the bottom of a blog page.
    Currently it takes the header image and adds a dark background to it. Also its not aligned in the center but to the left, leaving a open gap at the right side.
    Is it also possible to change or remove the background image?

    This page is an example of it.
    https://shineleefstijl.nl/wp/2023/01/17/waardevol/

    regards,

    Luke

    Website: shineleefstijl.nl/wp/2023/01/17/waardevol

    #138738
    Zed
    Cryout Creations mastermind

    Hi,

    That’s caused by the sensei-lms plugin applying its styling to broadly and overlapping the theme. Try using the following CSS to correct it:

    #nav-below .nav-previous, #nav-below .nav-next {
      width: 50% !important;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

You need to log in to reply to this topic.