• Yes. I set up a website named https://www.sanrgy.com and the problem is that when you click on tabs at the top they donot always drop down and allow you to make a selection. I have 60 pages of content. So not that heavy.
    What should I do so these dropdowns work properly

Viewing 13 replies - 1 through 13 (of 13 total)
  • 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. ??

    Thread Starter sanrgy1

    (@sanrgy1)

    Arthur Many Thanks Will attempt to get er done
    Sanrgy1

    @sangry1 You are welcome, keep us posted if that works.

    Thank you.

    Thread Starter sanrgy1

    (@sanrgy1)

    Arthur

    20 PX was already in the code

    Please advise

    Mark Fenton
    https://www.sanrgy.com

    Not when I looked at the CSS code it was there. Ease make sure that padding is set to:

    padding: 0 0 20px 25px !important;
    Thread Starter sanrgy1

    (@sanrgy1)

    I guess I am looking at the wrong place

    Thread Starter sanrgy1

    (@sanrgy1)

    Arthur
    You the man ??

    YaY! glad it all works now ?? Thanks, it was a pleasure helping you. Have a good weekend.

    Thread Starter sanrgy1

    (@sanrgy1)

    Arthur

    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. ??

    Thread Starter sanrgy1

    (@sanrgy1)

    Hi Arthur

    My bad the site is https://www.sanrgy.com

    Thread Starter sanrgy1

    (@sanrgy1)

    Thank you for the Help as always

    Thread Starter sanrgy1

    (@sanrgy1)

    Help My dropdowns were not working like they should be so I went to editor and made the correction from but now my menu at the top across has all gone together into one word So my (Homeaboutproductsnaturalgaselectricitytechnologymarketsblogcontact) are all together

    Please advise

    Thank you

    Mark sanrgy1

    Thread Starter sanrgy1

    (@sanrgy1)

    Hello
    I have another issue with a site I have put together https://www.caregiversadvantage.com , Using https://tesseracttheme.com/ After I put the site together for the most part. They inform me that some of the issue must be because I did not download after the fact of beaverbuilder.com as a plugin. Tesseract has not been alot of help. I am fearful that if I put in beaver builder as the plugin that all of the site will be lost. I need to clean up the home page by adding the title above the call to action buttons center right of women and also get those call to actions working properly
    https://www.caregiversadvantage.com is the site. Here is my Dashboard https://gator4076.hostgator.com/~sanrgy1/caregiversadvantage.com/wp-admin/

    Any input is appreciated from your professional experience

    I cannot Thank you enough

    Regards

    Mark

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘dropdowns not working properly’ is closed to new replies.