Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
To get two block elements aside one another, you give them each a width less than 51% and then float them left.
.column-content-wrapper,
#cont-box-2 {
width: 50%;
float: left;
}
Thread Starter
James
(@petteri111)
wow !!
Thanks for quick answer.
I will test this
you need to use this property float:
and use proper “width ”
Thread Starter
James
(@petteri111)
Thanks for advices! im too noob with this, so i made my own custom
.last_column {
clear: right;
float: right;
font-size: 1em;
left: 442px;
margin-right: 0 !important;
top: -830px;
width: 100%;
}
I dont know why this category and this bottom text is compined to each other. At theme settings they supposed to be at seperated columns.
Is this bad code ? or is it ok 🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Sorry, I don’t see how you can be too noob to just copy & paste my CSS code.
Thread Starter
James
(@petteri111)
what should i do now ? to stretch this text to normal width
Maybe this theme is doing some tricks
The class name in elements indicate that the theme or the plugin is using a css grid framework. In this case you do NOT need to touch or edit the css itself, you just have to study on the how to use this theme (or plugin that creates this).
Read more on the theme’s or plugin’s documentation, and go over the theme settings and make it right.
Thread Starter
James
(@petteri111)
Ah ok, thanks
Need to ask this for theme developer.
this worked at the morning but now it went crazy 🙂
Thanks to all who reply!