Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hi sumitmalhotra,

    We have gone through the provided link. You are using the same container id & class but these id & class are not styled to set the content width.

    So, we suggest you please add the following styles in your default theme’s style.css file.

    .sjb-container {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 20;
        margin-top: 100px;
    }

    Thank you for using SJB. Let us know if you need any further assistance from us.

    Thanks & Regards,
    PressTigers

    Thread Starter sumitmalhotra

    (@sumitmalhotra)

    Thank you friends. It worked. Much appreciated. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling of the job page doesn't work’ is closed to new replies.