After content widgets – varying widths?
-
The over-picky boss strikes again. Now they’re asking for the after content widgets to be unequal widths, the first wider, and the last two narrower (and the same). So probably like 40%, 20%, 20% instead of 33.3 each. The site is https://www.sivb.net.
I have this code in my custom css:
.widget-after-content {
float: left;
width: 33.33%;
background-color: white;
}So I guess the question is, how do I id the 3 widgets as widget-after-content1, 2 and 3 so I can create css with custom widths for them?
Thanks,
Vicky
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘After content widgets – varying widths?’ is closed to new replies.