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

    Can you please help to remove the space and line at the top of one page?
    The Layout is set to to “Hide Header on this page” to hide Header and Menus (my menus are custom), but there is still a space and line at the top of one page.

    Can you please help to reduce the space between Layout Elements on one page?
    My goal is to have the bottom of the Contact Form above the fold of a small monitor

    Thank you.

    #695891

    Hey classywebsites,

    The line is part of this image in private content. Crop the image on top 2px it should go away.

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

    .page-id-10793 main {
    	padding-top:0!important;
    }
    
    

    Best regards,
    Vinay

    #695982

    Hi Vinay,

    Brilliant! Thank you for pointing out that the image itself had a line and for the code to remove the space on top. Both are now fixed.

    Now, can you please help to reduce the space between Layout Elements on just that one page?
    And to reduce the space between the image and the text “Compare Long…” inside of the Text Block on just that one page.
    [Please see the image in the Private Message that shows my goal]
    Ultimately, my goal is to have the bottom of the Contact Form above the fold of a small monitor

    Thank you.

    #696299

    Hi,

    Please try the following CSS as well:

    body.page-id-10793 .column-top-margin {
        margin-top: 10px !important;
    }

    Best regards,
    Rikard

    #696724

    Rikard,

    That worked. Thank you!

    Please close this thread.

    #696728

    Hey!

    Please feel free to let us know if we can do anything else for you.
    We would also appreciate if you could rate our theme at themeforest, which is realy great for us.

    Thanks a lot for your understanding

    Best regards,
    Basilis

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