Extra menu on top of the site

Home Forums Iconic One Pro Support Extra menu on top of the site

This topic contains 10 replies, has 2 voices, and was last updated by  Themonic-Support 6 years, 4 months ago.

Viewing 10 posts - 1 through 10 (of 11 total)
  • Author
    Posts
  • #5041

    niagamaya
    Participant

    hello,

    I want to make menu like contact, about, privacy policy menu on top of the site (header) how to make it ?

    exp. like this forum right side you made home, support etc..

    #5045

    You can use Above Header Ad Unit for this. Simply paste HTML links like

    
    <a href="http://yoursite.com/xyz/">About</a> | <a href="http://yoursite.com/xyz/">Contact</a>
    

    Since links are not coming correctly above, I have also emailed you the code.

    #5048

    niagamaya
    Participant

    how to reduce space between menu bar? make it close to each other

    #5051

    To reduce space between menu items and make menu sit above header container use

    
    .themonic-ad3 a {
        padding: 0;
    }
    .themonic-ad3 {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    Final result will look like:

    second menu iconic one pro

    #5053

    niagamaya
    Participant

    I meant HOME menu like the sample on top between HOME and SAMPLE PAGE

    #5054

    For height and width of main menu try:

    
    .themonic-nav li a {
        line-height: 3.4;
        padding: 0 12px;
    }
    #5055

    niagamaya
    Participant

    Thanks

    #5056

    niagamaya
    Participant

    how to reduce gap between text in blog post and also in widget?
    in this blog https://www.belajarmengajidewasa.com/ the space is quiet far from one text to another.

    #5057

    Try:

    
    .entry-content p, .entry-summary p, .comment-content p {
        line-height: 1.4;
    }
    .widget-area .widget li, .widget-area .widget .textwidget {
        line-height: 1.4;
    }
    #5058

    niagamaya
    Participant

    I meant spacing between paragraphs

Viewing 10 posts - 1 through 10 (of 11 total)

You must be logged in to reply to this topic.