Tagged: 

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

    I’m coming across an problem when using grids. When using a consistent repeating 1/2 and 2/2 layout with multiple consecutive grid rows, half-way through the display the second cell seems to drop 30px or so, and thereafter the background colour screws up.

    I have done some tests – while trying to fix it, and it seems to be the “special heading” that’s upsetting it.

    Please see the private content for a link to an example, a link to a problem page, and the debug content of the page.

    • This topic was modified 7 years, 7 months ago by dngood. Reason: better title
    #781524

    Hey dngood,

    Thanks for using our theme!

    To fix it, just add the follow code:

    .av-special-heading-h1 {
       margin-top: 0px;
    }
    

    Best regards,
    John Torvik

    #782212

    Thanks, this fixes the heading alignment, but the change in background colour is still there: https://www.screencast.com/t/Z2tBzTkjIu
    David.

    #782642

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #782713

    Login details provided

    • This reply was modified 7 years, 7 months ago by dngood. Reason: Added note about EN page wokrin
    #783983

    Hi dngood,

    This is the rule that makes the whole page red:

    
    html, #scroll-top-link {
        background-color: #cc283b;
    }
    

    You could add the rule and of course flush the cache:

    
    html {
        background-color: transparent;
    }
    

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

    #784544

    With respect, I think there is something else going on here.
    If I add your code, I still see problems with the content – e.g. the CTA box at the bottom of the page which is styled incorrectly at 100% width.
    Please compare the (working) English version of the page to the (corrupt) Norwegian version and the difference is more noticable.

    #785268

    Hi dngood,

    Well, my code is only addressing the issue of the red color for the margins for that section. What I am seeing here is that a lot html is missing. Above is page in Danish, below the correct one in English. You can see that the html structure of that component is not the same, thus it looks different. It’s the issue with WPML.You need to investigate more on when that happens.

    Best regards,
    Victoria

    #788374

    Thanks, I can’t see anything obviously wrong with any of the WPML settings; I find it odd that it displays the first few grid rows fine, and then just stops working. I am not sure what else to do to diagnose this for you, and I think if I check with WPML support, they will just send me back to you…

    #789130

    Hi dngood,

    Thank you and let us know, what they say. Meanwhile, I’ll ask my colleague to have a look as well.

    Best regards,
    Victoria

    #796435

    Still not sure what’s going on, or what’s at fault, but replacing the 1/1 columns with color sections has fixed this problem. Unless you wish to research this finding further, please consider this as closed.

    #796475

    Hi dngood,

    Glad you got it working for you and thank you for sharing! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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