Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1101957
app one pager theme help
Closed

Comments

  •  2
    jesst446 started the conversation

    Hi, I am using the app one pager theme.  I would like to include a drop down sub menu, how do I add an arrow so the users will know its a drop down menu? 

    I have alot of blank white spaces how do I change the padding to stop this from happening. 

    i added this to the custom css file

    .block-content {the site
        padding-top: 30px; 

    }

    It seems to have worked for the blank space below the header, but it doesnt work for above the footer and also some of the other sections - this is a one page website 

    Any suggestions? 

    Thanks

  •  2
    jesst446 replied

    forgot to attach the images so you can see what I mean 

    Thanks

  •  6,930
    Oliver replied

    HI!

    1. pls. add following css:

    #primary-menu.no-responsive > .menu-item-has-children:before {
        content: '\e650';
        font-size: 14px;
        float: left;
        display: block;
        font-family: 'thegem-icons';
    }

     

    Sorry, you need remove this padding?

    css:

    div#contact {
        margin-bottom: 0 !important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    jesst446 replied

    Thank you seems to be working now 

  •   Oliver replied privately