The 100px padding effecting the drop down menu

More
10 years 5 months ago #1984 by Yan Studio
Dear Sirs.
I had some issues with a css rule in your file: main.min.css
.column {
width: 50%;
float: left;
padding-bottom: 100px;
}
The 100px padding effecting the drop down menu as a result instead of 20px I get 100px

I tried with:
padding-bottom: 20px; !important in menu css but didn’t work.
I erase from your css the (padding-bottom: 100px;) and everything is fine

The question is:
Is that rule important will affect your plug in? Or my site?
If yes...
What is the proper solution?

My regards

Yan Tsarbopoulos

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #1994 by vietvh
Hi Yan,

The .column CSS rule is out of date and it is safe for you to remove it. We will also remove it from our code base as well.

vietvh
The following user(s) said Thank You: Yan Studio

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #2000 by Yan Studio
Replied by Yan Studio on topic The 100px padding effecting the drop down menu
remove all the .column rule?
or only the padding?

Yan Tsarbopoulos

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #2010 by vietvh
The whole rule

.column {
width: 50%;
float: left;
padding-bottom: 100px;
}

vietvh
The following user(s) said Thank You: Yan Studio

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?