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

    Hello,

    I could not see where to add a query on the forum. I have some issues I’m hoping you can help with:

    – the thumbnails are not appearing on my blog post grid layout
    – I cannot make my main menu centred

    Any assistance would be much appreciated.

    Thanks, fionalea

    #859120

    Hey fionalea,

    1. Add the following custom code at Enfold Theme Options > General Styling > Quick CSS

    
    .av-main-nav-wrap {
      width: 70% !important;
    }
    

    2.I have checked your posts and there isn`t the featured image – check it: http://prntscr.com/gs60ur

    Best regards,
    John Torvik

    #859135

    Perfect, thank you!

    #859195

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #862385

    Sorry for my slow reply. I am just wondering if you can tell me how to centre the main menu with the logo on left option? I am also wondering how I can have no logo just on the home page (but still have the main menu centred there)

    Thank you!

    #862723

    Hi,

    No problem, though I’m not sure exactly what you are looking to achieve. About the logo; I can’t see a logo on any of your pages, could you upload one so that we can inspect the element? Also, you home page is a coming soon page. What page do you want to use as home in the future?

    Best regards,
    Rikard

    #867153

    Hello, sorry for my slow reply. I have actually tried to upload the logo to my other pages but it is not showing up, can you help me with that? I would like to keep the coming soon page as the home page until I update it.
    Eventually I want to have the logo on left and main menu centred on all pages apart from the home page, where I will include the logo as part of the main image so won’t be needing it on the left, but will still want the main menu centred. Hope this makes sense. Thank you.

    #867315

    Hi fionalea,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    nav.main_menu {
        left: 65%;
        transform: translateX(-50%);
        width: 70%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #870436

    Thanks Victoria. Unfortunately this made the menu go over to the left whereas I would like it centred, what should I change for that? Thank you

    #870509

    Hi fionaleahttps://cl.ly/1P0j110m1r0K,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    nav.main_menu {
        left: 70%;
        transform: translateX(-50%);
        width: 70%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #871564

    Thanks Victoria. I am just wondering how to make the logo not appear on the home page (only)? I want it to appear on all the other pages. And also to change the font colour for the menu items on the transparent pages? Thanks, Fiona

    #872742

    Hi there
    Just wondering if you can help me remove the header logo from the home page only? Want to keep it on all the other pages. Thanks! Fiona

    #872818

    Hi,
    To remove the logo from the home page, Try this code in the General Styling > Quick CSS field:

    .html_entry_id_9 .logo img {
    display: none!important; 
    }
    
    

    Best regards,
    Mike

    #875104

    Great, thank you! That worked

    #875322

    Hi fionalea,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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