Meta Slider
-
I added the Meta Slider to my theme and it works but i want it to span across the entire page horizontally. I have been trying for hours but its still in the content area container.
The link to my blog is http://www.chic-n-sultry.comI want it to span across my page like this. see other blogs similar to what i want. please help!!. http://www.patriciabright.co.uk
or
thechrisellefactorSomeone please help me!!!…
-
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
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
The topic ‘Meta Slider’ is closed to new replies.
