Home › Forums › Iconic One Pro Support › Extra menu on top of the site
- This topic has 10 replies, 2 voices, and was last updated 7 years, 1 month ago by Themonic-Support.
- AuthorPosts
- November 3, 2017 at 10:06 am #5041niagamayaParticipant
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..
November 5, 2017 at 11:55 am #5045Themonic-SupportKeymasterYou 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.
November 6, 2017 at 2:24 am #5048niagamayaParticipanthow to reduce space between menu bar? make it close to each other
November 7, 2017 at 9:43 am #5051Themonic-SupportKeymasterTo 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:
November 7, 2017 at 11:22 am #5053niagamayaParticipantI meant HOME menu like the sample on top between HOME and SAMPLE PAGE
November 7, 2017 at 12:42 pm #5054Themonic-SupportKeymasterFor height and width of main menu try:
.themonic-nav li a { line-height: 3.4; padding: 0 12px; }
November 7, 2017 at 1:02 pm #5055niagamayaParticipantThanks
November 7, 2017 at 3:50 pm #5056niagamayaParticipanthow 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.November 7, 2017 at 4:58 pm #5057Themonic-SupportKeymasterTry:
.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; }
November 8, 2017 at 12:51 am #5058niagamayaParticipantI meant spacing between paragraphs
- AuthorPosts
- You must be logged in to reply to this topic.