- This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › Positioning 2 elements
Hi,
I would like to have 2 different elements ( 1,table(Tablepress) and 2,slider(Royal slider)) side by side.
I have spending more than 2 hours to get it done, but i can’t.
The width of the table [table id=5 /] is 250px and the slider [royalslider id=”1″] is 400px
How can i do this with CSS?
Regards Ton
First you’re going to need to figure out if you’re going to use tables or div’s….I’d recommend div’s, tables aren’t recommended since they are considered the “old outdated way” and div’s + css are much better and up to date.
There are a lot of tutorials that already explain how to do this on Google, so I’d recommend searching for – “how to add 2 floating divs” since this is a basic question. Here is the first result from StackOverflow – http://stackoverflow.com/questions/446060/css-two-divs-next-to-each-other There are many more that should explain how to do this.
Thanx for the reply, i will dive into it and hopefully it works for me.