Wedding Details - Spaces missing on own content

Hey,
hope you can help me out. I moved all pages to the home to build a onepage site.
Unfortunately some effects are missing. As you can see in demo page of wedding details there are spaces between the different locations / events.
-> http://demo.theme.co/wedding/wedding-details/

But on my own page these are missing.
-> http://luiseundchristian.de/

Can you tell me how to add this spaces again ?
Thank you

Regards

Christian

Hi Chris,

Thanks for writing in!
Somehow the Graphics setting has been gone for the element.
You can adjust it again.

Let us know if that helps!

Hi Basanta, thanks for your reply. Can you tell me where to find the graphic settings ? I don’t have them in my content area.

Regards

Christian

Hi Chris,

Sorry for the confusion!
I thought you are using feature list.

Here you can adjust the spacing by adding padding to the columns.
You can adjust the value as per requirement.

To add the line between the image you have to add this CSS to your theme option -> CSS
In the demo that CSS was added to the page CSS so when you move the section that CSS didn’t work here.

.x-section.timeline-section .x-column.timeline-column {
    background: url(http://demo.theme.co/wedding/wp-content/uploads/sites/34/2016/04/bg-line.gif) center center repeat-y;
}

Hope this works for you.

Thanks

Hi Basanta,

thanks for the answer. I am sorry. But I don’t have CSS in my theme options.

Or do I missunderstand something ?

Regards

Christian

Hi Chris,

Thanks for updating the thread!

Please go to X-> Theme Option you will see the Icon CSS in the left. Click on that and paste the code over there.

Hope this is clear!

Hi, Thanks for the reply. Got it right. But it seems my bg_line.gif is broken. This file is empty. I downloaded it from ftp and its a blank pic ( just white). This seems to be the reason why nothing happens… Maybe during demo download there was a failure.
Anyway. I know where to put in the css. Thanks a lot. Is there a possibillity to download demo data again from a ftp to this bg-line.gif not broken ? I’m afraid if I download complete demo data my page will start from the scratch…

Thanks in advance.

Regards

Christian

Hi Christian,

You may download the image from here:

http://demo.theme.co/wedding/wp-content/uploads/sites/34/2016/04/bg-line.gif

then upload it in your Wordpress media area and get the URL from there.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.