• Hi there, could someone help me please. I am wanting to reduce height of the menu and increase the height of the top bar.

    I did see the css code for these two changes on this forum somewhere a couple days ago but I cant find it again.

    Can I manually set the amount of blogs displayed in the blog section.

    Thankyou in Advance

    • This topic was modified 7 years, 12 months ago by melza0.
Viewing 1 replies (of 1 total)
  • Hello,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste code in Custom Css box and save.

    .hd_cover {
        padding: 20px 0;
    }
    .navbar-collapse {
        margin-top: 4px;
    }

    For your second issue open Enigma theme folder -> js folder -> carouFredSel-6.2.1 folder -> open caroufredsel-element.js and go to line no. 19

    visible: {
                 min: 1,
                 max: 4
             },

    You can change the value as per your requirement.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Height, top bar height, blog section’ is closed to new replies.