I’ve got a dropdown in my menu. I’ve got 2 x 4 column with a photo and header in each. This is for large and medium only.
Large no problem there. Medium, or tablet, the first column is offset. I’ve identified that in edit mode it has a dot in the left bottom corner of the column. You can see the image offset in edit mode.
How to sort this out? Is it built in to offset the first option? I’ve tried various configurations and that dot is always there and on a tablet the first image is pushed right.
Here’s the URL, hover or click over “Venues” in the menu only using a tablet - or in my case an iPad.
Most likely an unordered list. Maybe you could try something like this
ul {
list-style-type: none;
padding: 0;
}
Thanks. It stops the overlap but it’s still a bit messed up. Maybe @joeworkman can jump in on this