Is it possible that your Avada child theme/compat pack over-rides menu padding?

This topic contains 6 replies, has 4 voices, and was last updated by  Stiofan O’Connor 9 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #21138

    adriangraham
    Expired Member
    Post count: 426

    I need to reduce the main menu padding on Avada… which is an option in Avada. All other Avada setting changed seem to be applied no problem except this one…Is it possible that your Avada child theme/compat pack over-rides menu padding?

    Thanks,

    Adrian

    #21141

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    flagged for john.

    Stiofan

    #21142

    adriangraham
    Expired Member
    Post count: 426

    Thanks, tried the following but no joy:

    #nav ul li, #sticky-nav ul li {
    padding-right: 15px !important;
    }

    #21147

    John Allsopp
    Expired Member
    Post count: 399

    Hi Adrian,
    I have just checked on our demo site and the Avada options are working. Interestingly though, it is the Mobile Menu Item Padding that is being used (even though i’m viewing on a laptop)

    #21150

    adriangraham
    Expired Member
    Post count: 426

    Great John, that was it! I am on desktop and it’s using mobile menu also.. changing padding of that worked

    Thanks a mil,

    A

    #27030

    rhino zoros
    Free User
    Post count: 1

    $of_options[] = array( “name” => __(“Menu Item Padding”, “Avada”),
    “desc” => __(“Use a number without ‘px’, default is 17. ex: 17”, “Avada”),
    “id” => “nav_padding”,
    “std” => “17”,
    “type” => “text”);

    $of_options[] = array( “name” => __(“Mobile Menu Item Padding”, “Avada”),
    “desc” => __(“Use a number without ‘px’, default is 17. ex: 17”, “Avada”),
    “id” => “mobile_nav_padding”,
    “std” => “17”,
    “type” => “text”);

    i find those but not working..

    #27383

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    @rhino zoros,

    It is best to start your own topic, resolved topics are no longer assigned to a dev.

    Thanks,

    Stiofan

Viewing 7 posts - 1 through 7 (of 7 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket