Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • #473306

    I have a white space below my logo and menu and between my slider on my home page and content on other pages. I want to reduce this space but can’t figure out how to do so. Can you help with this?

    #473380

    Hi thecszone!

    For the logo and menu you can set a custom pixel height for the header in Dashboard > Enfold > Header.

    As for the other areas can you send us links to the exact pages and take some screenshots highlighting the exact areas?

    Cheers!
    Elliott

    #473847

    First, I know how to and had set the header at a custom size of 92px. My logo is 91px.. Changing this size does NOT change the space I want to reduce. I want to reduce the white space under my header and menu. Here is the link for a picture with the area I want to reduce colored red.

    #474035

    Hey thecszone,

    May we have temporary access to your website so we can take a closer look?

    be sure to include any credentials in the private data section.

    Cheers!
    Dake

    #475292

    Here’s the login info

    #475396

    Hey thecszone!

    I’m getting a 403 error message when trying to log into your website.

    Cheers!
    Dake

    #475431

    Sorry I forgot that the login was protected in the htaccess file. I changed it so you can now access the site. Thanks.

    #475439

    Hi!

    I’m able to login now, but certain sections are still giving a 403 error. Particularly the theme options.

    Cheers!
    Dake

    #475442

    I’m so sorry. I updated the file. Could you try again. Thank you.

    #475452

    Hey thecszone!

    I’m still unable to view your theme options.

    Best regards,
    Dake

    #475457

    I’m at a loss as to what I am missing, but I stripped the entire htaccess down to only the wordpress section. When I login using the login I gave you I have no problem seeing the themes. The only other thing I can think of is that the htaccess file on the root directory is blocking it, too. So I modified that, too. Beyond that, I have no idea what the problem could be.

    #475460

    Hey!

    I just tried and there is still an error, can u please give it a try?

    Cheers!
    Basilis

    #475477

    I am unable to figure out why you can’t see the themes. I have logged in using this password and login on two different networks and the the themes are available. If you can’t think of something I can change then I guess you can’t help me. FYI – your staff have succeeded in logging in before without any problem using this login.

    #475816

    Hi!

    I added following code to top of your quick CSS field

    #header_main>.container {
      margin-bottom: -14px;
    }

    Please review your website now

    Cheers!
    Yigit

    #475864

    Okay that works great, thank you. I have one other question. On my blog page, I have the title and breadcrumbs turned off but the title is still appearing. How can I make the title disappear? I have tried the following that I found in searching the forums but it doesn’t work.
    .blog .page-title {
    display: none !important;
    }

    #475879

    Hey thecszone!

    Yo can use the below css to force the title to not appear:

    .page-id-74  #top .title_container .container {
      display: none !important;
    }

    Regards,
    Dake

    #475951

    I have added this to the custom code and it doesn’t work. I cleared my cache to be sure, but the title still appears.

    #475956

    Hey!

    Please try changing the code to following one

    .page-id-74 .title_container {
      display: none !important;
    }

    Regards,
    Yigit

    #475968

    I changed it and the title is still showing.

    #475979

    Hey!

    Please change the code to following one

    .blog .title_container {
      display: none !important;
    }

    Cheers!
    Yigit

    #475999

    That worked. Thanks so much!

    #476003

    But now I have another issue. I don’t want the title to display so I can display a special heading. But when I enter the special heading in the using the Avia Layout Builder this heading doesn’t display either.

    #476453

    Hi!

    I created a test page and special headings are displaying fine for me. Could you fix it?

    Best regards,
    Andy

    #476661

    I am not having problems with special headings on any page other than the blog page.

    #476964

    Hey!

    Did you set the blog style to use the advance layout builder? Check it on Enfold > Blog Layout > Blog Style.

    Cheers!
    Ismael

    #477173

    Can you please look back through this thread to see how we reached this point? I don’t want it to have the blog title as you suggest so you all helped me keep ti from displaying. BUT I do want to have a special heading so it matches all of my other pages.

    #477508

    Hi!

    Yes, I know that. The problem is, if you didn’t set the blog style to use the advance layout builder then you will not be able to use the advance layout builder to modify the blog page. If the blog style is set to multi grid or single author, the page will use the default blog template.

    Regards,
    Ismael

    #477861

    I’m sorry, I misunderstood what you were asking. I followed your direction and it works. Thanks and again I apologize for my misunderstanding.

    • This reply was modified 8 years, 10 months ago by thecszone.
    #477882

    Hi!

    Glad to know you were able to sort things out on your end :)

    Please let us know if you ever need help in the future.

    Regards,
    Dake

Viewing 29 posts - 1 through 29 (of 29 total)
  • The topic ‘Reduce white space under logo and menu’ is closed to new replies.