Menu – sizes

Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19342

    Hi,
    My site is: http://przyjacielfinansowy.creativetom.pl/
    Please help in the below points:

    1) how to make the menu header the same size always. As of now when I open the homepage it is big and when I scroll down it is smaller. I want this to be the SAME size. Initially I would like to see like it is in the middle of the homepage (smaller version) (screen attached)
    2) How to make the menu on the homepage transparent to see all revolutional slider background image. (screen attached)
    3) Whar are the maksimum pixels dimensions for logo (height and width) ?
    4) How can I add the social plugin in like on the screen – like on the page – http://tomaszblonski.pl/. see screen shot
    5) How can I add the Search bar next to menu – on the right, on the left, maybe in the different place but I would like to search tags and articles.

    Attachments:
    #19372
    VeenaVeena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .sticky-wrapper {
        height: auto !important;
    }
    #primary-menu > ul.menu > li > a {
        font-size: 16px;
        line-height: 50px;
    }
    #header {
        background: transparent;
        position: fixed;
    }
    #header.sticky {
        background: rgba(255,255,255, 0.5);
    }
    #header > .inner > .wrap {
        min-height: auto;
    }
    

    3. You can provide the dimensions according to your requirement.

    4. Pls google it .

    5. Pls check this thread –
    http://support.livemeshthemes.com/forums/topic/how-to-add-a-search-box-on-the-homepage/

    #19387

    4) one thing is to google it and seconf thing is to add specific code to your theme.
    I am talking about how to add such social part of the code next to the header menu on the right.
    Would be great to know.
    thanks

    #19429
    VeenaVeena
    Moderator

    It depends on the plugin you choose.
    In theme header widget area is available, you can insert text widget in to header area and can insert html code.

    #19553

    ok, could you navigate me to this header area?
    is int he worpdress options or I hvae to go to some css file to change it. If you help with this, you could close the ticket. please help

    #19584
    VeenaVeena
    Moderator

    Pls go to Appearance > Widgets > Header Area .

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.