Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi sophiamonago,

    I looked into the sites you have provided and my answer below assume you have some knowledge on css and html.

    The reference site you have provided has two different container, one for the slider and the other for the rest of the contents whereas this theme has only one container which contains the slider.

    so you will have to get the metaslider outside this container and it would work.

    Thanks

    Thread Starter sophiamonago

    (@sophiamonago)

    I have knowledge of css and html. I tried to create a new container, it worked but it was acting weird.

    I tried
    .container2 {
    float: none;
    width: 2000px;
    }
    it worked but it was looking weird.
    so I used
    .container2 {
    float: none;
    width: 100%;
    }

    its a new container but its still doesn’t span across the page. Thank you for helping me out by the way. Hopefully you can help me solve this.

    Hi

    I checked and found that you have put container2 inside container and when you put container2 to 100% width, it takes the whole width of what container width is, and works like it has to.

    If you can inspect element with any developer tool you can see what i am saying.

    I would suggest you to look into the structure of the refernce site you like and work on the structure of your site accordingly.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Meta Slider’ is closed to new replies.