Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #731199

    Hey everyone, i need from the Enfold theme options to place the Logo in the center but the menu left, any thoughts on how to get this done as the option isnt there.

    Thank you,

    • This topic was modified 7 years, 10 months ago by Morkos98.
    #731401

    Hey Morkos98,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #731517

    sure, http://www.fluterpuff.com

    Also i was wondering how can i disable the logo in the front page but keep the menu.

    Thank you,

    • This reply was modified 7 years, 10 months ago by Morkos98.
    #731874

    Hi,

    Thanks for the link though it seems to not be loading, could you make sure that the site is up please?

    Best regards,
    Rikard

    #731968

    Hi Rikard, the site is up, please try to refresh.

    #731989

    Hi there,

    may we have a css to put the logo center and keep the menu on the right position please

    thks

    • This reply was modified 7 years, 10 months ago by katana.
    #732086

    Hi,

    We would love to help you but I’m unable to view your website at the moment

    Please check your site again on http://downforeveryoneorjustme.com/

    Let us know when we can access it.

    Best regards,
    Vinay

    #733198

    Hey sorry misspelled the website, its flutterpuff.com

    Thanks guys. Also if i use a mega menu is there any way to customize the text in the submenus of the mega men, as in the customization it dosnt work.

    #734045

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header_main_alternate {
        z-index: 2;
        top: 0;
        right: 0;
        position: absolute;
    }
    

    Best regards,
    Vinay

    #734083

    thanks, tried it out and it adds it to the top right side of the page. Any thoughts ?

    #734088

    its fine ended up changing it to this and it works
    #header_main_alternate {
    z-index: 2;
    left: 0;
    position: absolute;
    }

    Tho i would need to move it a few pixels to the right could you please provide the cs code that i should add. THanks

    • This reply was modified 7 years, 10 months ago by Morkos98.
    #734495

    Hi,

    Please change the left value to 50px from 0 :)

    Your code should look similar to

    #header_main_alternate {
    z-index: 2;
    left: 50px;
    position: absolute;
    }

    Best regards,
    Vinay

    #734644

    Thank you works perfectly :)

    #734825

    There is a problem tho, as i have the menu to stay stuck when i scroll down, now when i scroll down, the background dosnt move with it.
    You can check the website to see what i mean. How do i resolve that.

    The moment i remove the css it works as intended.

    #736182

    Hi,

    I would like to check this but the site is down again. Is there something wrong with your server? Please contact your hosting provider because this is unusual. And if possible, please provide a screenshot of the issue.

    Best regards,
    Ismael

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