job post display issues

Home Forums SKT Full Width Forum job post display issues

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #72120
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi there,
    I am using the SKT Full Width Pro theme under WordPress 4.7.4 and using a Plug In called “simple Job board”.
    The single Job post page do not Fitting the Display Settings of the theme.
    The URL is: https://nordhausen-pipeband.de/jobs/hexenumzug-schierke for example.
    I already wrote to the plug in developer and he said that it is an theme issue.
    So what can I do to fix the Problem?

    Many thanks.

    #72141
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Kindly send us WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

    #72147
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi Chris,

    the admin data you requested are on the way.

    Many thanks

    #72156
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Okay

    #72177
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    This issue was resolved from our end. Kindly check and confirm.

    Regards,
    Chris

    #72181
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi,
    thanks for the reply.
    I checked the result and the page itself Looks good but the footer is still to large.
    The footer should have the same width as the page.

    Many thanks.

    #72185
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    .jobpost-template-default #colophon {
        left: 50%;
        padding: 20px;
        position: relative;
        transform: translateX(-66.6%);
        width: 906px;
    }
    
    .jobpost-template-default .footer-bottom {
        box-sizing: border-box;
        left: 50%;
        padding: 20px;
        position: absolute;
        transform: translateX(-66.6%);
        width: 906px;
    }

    Regards,
    Chris

    #72187
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi Chris,

    I have added the code to costum css box an now it Looks perfectly.
    but one question is left: I have tried to Change the Background Color of the Job page. but each time nothing changed.
    Is it a Problem by theme or shall I have to write to the plug in developer?

    Many thanks

    #72246
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    This is not a problem of our theme.

    Try this css code for background color:

    #primary .sjb-page, #primary .sjb-page .list-data { background-color:transparent !important;}

    Hope this helps.

    Regards,
    Chris

    #72449
    Michel BerdynMichel Berdyn
    Member
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: May 14, 2017

    Hi Chris,

    now all works fine.
    Thanks a lot for your Support.

    #72453
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    🙂

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