Section Setting for Education Demo

Home Forums Jevelin Theme Section Setting for Education Demo

Home Forums Jevelin Theme Section Setting for Education Demo

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    RESOLVED Posts
  • mjejun
    Participant

    Hi,

     

    May I know, what are the settings require to obtain the result as per screenshot?

    Attachments:
    You must be logged in to view attached files.

    Hi @mjejun,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    mjejun
    Participant

    Hi,

     

    Thank you for your reply.

     

    The link is as below.

    You can achieve it using Unyson page builder elements as shown in the attached screenshot.

     

     

    Attachments:
    You must be logged in to view attached files.

    mjejun
    Participant

    Hi,

     

    Yes, I tried that. But, the background image is not showing as per screenshot. And the size of the column for the blog post is totally different.

    Solution for this topic

    You can set background image to section and configure Blog Posts content element as shown in the attached screenshots.

    Attachments:
    You must be logged in to view attached files.

    mjejun
    Participant

    Hi,

     

    That is exactly what my current setting is. However, my site background seems to be cropped somehow.

    Please share me the screenshot of how it is cropped.

    mjejun
    Participant

    Hi,

     

     

    The screenshot is as attached.

    Attachments:
    You must be logged in to view attached files.

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-section-904105fe571c7e582925182115506707 {
        background-position: center right;
        background-size: auto;
    }

    mjejun
    Participant

    Hi,

     

    I’ve added the css but the result is still the same.

    Solution for this topic

    It seems the CSS code doesn’t work because of the CSS specificity issue so please change above shared CSS code as following.

     

    #page-container .sh-section-904105fe571c7e582925182115506707 {
        background-position: center right;
        background-size: auto;
    }

    mjejun
    Participant

    Hi,

     

    Thank you. The solution helped a lot.

    You are most welcome here 🙂

Viewing 14 posts - 1 through 14 (of 14 total)