• Resolved reaper1509

    (@reaper1509)


    Hi there

    I wanted to be able to add a margin to my job board using css but when I do it does not work. I am doing this so it does not spread fully across the page. I have tried the solution in the FAQ but was not able to as I have limited experience in wordpress and php. I am using a Kadence theme currently.

    Thank you for your time

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support saadali2905

    (@saadali2905)

    Hi reaper,

    Thanks for writing to us.

    You can use the margin according to your need to set the job board. You can view the attached screenshot link for your reference.
    Link: https://snipboard.io/rVGBx1.jpg

    You can add the below code in the function.php file of your theme.

    #container{

    margin : 33px;

    }

    You can set the margin according to your requirement.

    Feel free to contact us for any further assistance.

    Regards

    Thread Starter reaper1509

    (@reaper1509)

    Hi thank you saadali2905,

    But it seems that the screenshot is not loading.

    Plugin Support saadali2905

    (@saadali2905)

    Hi reaper,

    The screenshot is working fine. Kindly check the link below.
    Link: https://paste.pics/309997817803cb2712a614fab7ca4c1d

    Kindly add the code we have shared in the previous message. It will resolve your issue.

    Feel free to contact us for any further assistnace.

    Regards

    Thread Starter reaper1509

    (@reaper1509)

    I have added the code above to my function.php file but get this error

    syntax error : unexpected identifier “px” and I get a 404 error for the screenshot page

    • This reply was modified 1 year, 7 months ago by reaper1509.
    Plugin Support saadali2905

    (@saadali2905)

    Hi reaper,

    It is because the code you have added is not in the right format.

    Kindly add the below code.

    ?>

    <style>

        #container{

            margin:33px;

        }

    </style>

    <?php

    Feel free to contact us for any further assistnace.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Job Board Custom Style’ is closed to new replies.