Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #537934

    Hello!
    I used mobile menu plugin. ’WP Responsive Menu’. so I want remove mobile menu.
    My home header Style is ’Logo Left, Menu Below’ of ’Menu and Logo Position’
    Success remove menu icon but remain menu space… very very big space… T_T
    I want to remove space between header and contents.
    url – http://ehankook.kr/

    Help please!!
    Thanks.

    #538055

    Hey DS!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .content, .sidebar { padding-top: 5px; }}

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.