• Resolved inkvine

    (@inkvine)


    What css do i need to add using ‘container sjb-container’ class to stop the header and email sections expanding to to the edge of the pages?

    can you give me the css neeeded?

    <body <? php body_class( ‘container sjb-container’ ); ?>>

    Regards

    IR

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Inkvine,

    Kindly set the Theme Layout from Job Board> Settings> Appearance tab. Please let us know if the issue still persists.

    Regards,

    Thread Starter inkvine

    (@inkvine)

    I have tried that both ways and it keeps doing the same thing.

    the main Job content has some padding, as i can edit that in eh theme, but the header meta and the email form at the bottom both get squeezed out to the very edge.

    Do you have an example of the css class to add padding to the page?

    like this? <body <? php body_class( ‘container sjb-container’ ); ?>>

    Regards and thanks for the quick reply

    IR

    Hi Inkvine,

    Please add the following CSS in your activated theme’s style.css

    .sjb-page .sjb-detail {
    padding: 0 20px;
    }

    Please remove the padding that you have already applied on the job description so that all sections have the same spacing.

    Regards,

    Thread Starter inkvine

    (@inkvine)

    Sorry that doesn’t seem to be doing anything

    check out the page here

    https://www.keepersolutions.com/jobs/junior-qa-zagreb-croatia/

    top section and bottom form are both out to the edges

    Regards

    Ian

    Hi,

    Can you please confirm the file where you’re adding the CSS?

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘header and email section going full width – no padding’ is closed to new replies.