Is is possible to remove white space below menu

Home Forums WordPress Themes – Premium Circumference Is is possible to remove white space below menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16923
    camille-larsen
    Participant

    Hello again

    I am using the Circumference theme and want to remove the white space below the menu if possible.

    I am using the banner short for the front page – otherwise no header or banner wide widget is in function.

    Is there any way to remove the “header” space?

    #22260
    Sushil Adhikari
    Moderator

    Hi Camille Larsen,

    step1:
    We had checked http://jjs-massage.dk/ site, there your logo size is creating extra space below the menu but still you can manage some space by using following css

    #cir-site-header {
    	padding: 1em 0 ;
    }
    

    step2: We are not clear about your issue, but as our assumption we suggest you to follow this css. Find the attached file for the same
    To decrease header space please use following css:

    #cir-banner {
    	min-height: 1em;
    }

    It will be better if you provide screenshot of your issue, so it will be easy for both of us to find appropriate solution as soon as possible

    Note: Please use child theme [style.css] file to add this css, so your changes won’t lost on theme update

    Thanks
    Camille-headerspace.png

    Attachments:
    You must be logged in to view attached files.
    #22261
    camille-larsen
    Participant

    Oh sorry, I thought I had attached the images.

    The site is still “under construction”, so you can’t access it from outside – but it looks like this.

    http://www.yojo.dk

    #22262
    Sushil Adhikari
    Moderator

    Hi there,

    If you have site under construction, then please provide us with your login details via mail( [email protected]). So that it will be easy to both of us to find appropriate solution as soon as possible.

    Thanks

    #16924
    camille-larsen
    Participant

    Will do – thanks 🙂

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