Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
richardjornkvist
tagDiv Member

Thanks. I just sent it now.

richardjornkvist
tagDiv Member

I tried removing the code in LiveCSS, and I still get the same result. It looks neat in your video though. Could it be the layout? I have created my own layout with 3 columns. The first column should take up 50% of the width, while the other 2 take up about 25% each. I have created this layout with row, column, inner row, and inner column. Maybe there is another best practice?

richardjornkvist
tagDiv Member

Thanks!
Here is a link to a video

richardjornkvist
tagDiv Member

Thank you! The behavior still seems to be the same when scrolling down the page as you can see.
I mostly use an extra class to remove the column for a certain screen width with liveCSS.


@media
(max-width: 1100px) {
.stickycol {
width: 100%;
position: static;
}
.stickycol img {
display: none;
}
}

richardjornkvist
tagDiv Member

Thank you! The page is under construction, but you can see the ad box with an image in the far right column. I will paste the column’s settings below.

https://www.fabonomi.se/stg_525ca/

Settings

Viewing 6 posts - 1 through 6 (of 6 total)