I have 3 groups in my menu position. By default div with columns is 600 px width and each columns is 200 px width. Here is the code:
- Code: Select all
<div class="childcontent-inner" style="width: 600px;">
<div class="gkcol first" style="width: 200px;">
<ul class="gkmenu level1">
<li class="first group biznes_uslugi">
.....
<div class="gkcol " style="width: 200px;">
.....
<div class="gkcol last" style="width: 200px;">
.....
</div>
I need to customize columns width. Ex. first group 300px, second 150px, and thrid 150px.
I tried to use additional class in Menu Params (GavickPro) and set group width in my class but it does not work well. The class does not refer <div class="gkcol > where column width is set. Thus the "Extended" group does not move next groups. They overlap.
How to customize columns size ?