Either FTP into your WordPress theme or go to Appearance -> Editor within WordPress Dashboard. On the right locate a file called style.css if automatically it isn’t opened.
Then, search for this line;
.main-navigation li {
When you find it, you’ll see it like this;
.main-navigation li {
float: left;
position: relative;
padding: 0 0 0 25px;
font-family: 'Lato', sans-serif;
}
Change the ‘padding:0 0 0 25px;’ to ‘padding:0 0 20px 25px;’ .. so you take the 3rd 0 out and replace it with 20px.
Save it, and reload your website and your drop down should work without a problem.
Let me know if that works. ??
]]>Thank you.
]]>20 PX was already in the code
Please advise
Mark Fenton
https://www.sanrgy.com
padding: 0 0 20px 25px !important;
]]>
WE have the same problem as before. Could someone be hacking if so what protection service do you advise .
Ok
So I did as you had said and made the change again from 25px to 20px But now look at my site all the header tabs are together
Please advise
Thank you
Mark Fenton
Below is your text from before
Artur Bobinski wrote:
Hi there,
Either FTP into your WordPress theme or go to Appearance -> Editor within WordPress Dashboard. On the right locate a file called style.css if automatically it isn’t opened.
Then, search for this line;
.main-navigation li {
When you find it, you’ll see it like this;
.main-navigation li {
float: left;
position: relative;
padding: 0 0 0 25px;
font-family: 'Lato', sans-serif;
}
Change the ‘padding:0 0 0 25px;’ to ‘padding:0 0 20px 25px;’ .. so you take the 3rd 0 out and replace it with 20px.
Save it, and reload your website and your drop down should work without a problem.
Let me know if that works. ??
My bad the site is https://www.sanrgy.com
]]>