Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #992850

    Hi.
    I’m using a page as a custom footer. It looks great on some pages, but on others an unwanted area of blank space appears above the content which I’ve formatted. Both pages use Avia Layout Builder
    I would like this to display correctly on all pages; please can you help me to identify what is causing this issue?
    Many thanks

    #993186

    I still can’t find a solution for this issue, all help gratefully received :-)

    #993504

    Hi antilimited,

    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

    
    #av_section_1.avia-section.footer_color.avia-builder-el-0 .container {
    	padding-top: 50px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #993508

    Thanks for your help Victoria. I think there has been a misunderstanding though… I want to remove or reduce the padding (so there is very little space between the top edge of the footer area, and the logo). This code increases it by 50px!

    The issue is that some pages display the footer as I intended, and others do not. All the pages use the Avia Advanced Layout. This is happening on several different sites I use Enfold with (see links to private content below)

    I have tried this code in Quick CSS, custom.css in Enfold, and style.css in Enfold Child… none give the correct result on all pages.
    Do you have any other options to try?

    #993616

    Hi,

    Thanks for the clarification. Please try this instead:

    .footer_color .avia-builder-el-0 .container {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

    #995098

    Thanks.

    Tried in both Quick CSS and style.css and unfortunately this hasn’t fixed the issue.

    #995239

    Hi,

    The CSS is not applying when I check your site, did you remove it? Please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #995278

    No, it’s still in place… it just hasn’t had any effect unfortunately.
    I’ve provided login details below, thanks in advance for checking it out.

    • This reply was modified 6 years, 3 months ago by antilimited. Reason: Added URL
    #995592

    Hi antilimited,

    You have some error in your Quick css and so the code when put below, does not work, if you put it on top of all the code in Quick css, you’ll see the effect. You should validate the code in your Quick css.

    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

    
    .html_header_transparency #top .avia-builder-el-0.avia-section.footer_color.avia-section-no-padding  .container {
        padding-top: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #995727

    Thanks for this Victoria, that’s perfect.

    Plus you’ve prompted me to start to comment, clean up and validate my Quick CSS… something I have been meaning to do for ages! 😄

    #995816

    Hi,

    Great, glad you got it working :-)

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

    Best regards,
    Rikard

    #995842

    Topic can be closed, thanks

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