I am building a website with Wordpress and Visual Composer (site builder). I want to make a menu on the right (red). It has 250px width
. Visual Composer has an option: "Full width, scratch content". It is enabled in green the <div>
. But it works in a strange way. It is dynamicly setting width and the left
value. I set width with calc and it works. Also when I set margin-left
to 250px
in Developer Tools in Chrome it works. But I added a class .nowa
in Jquery and set margin-left
there and it does not work. Because the left
value takes into account that it is 250px
.
Here is link: manx.bdl.pl/dworek
I just want to move the green <div>
250px
to the right...