Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #729102

    Hi, I use seperators sitewide, and today the margins are different then usual.(I guess its after a update of the theme)

    On the attached url you can see the top seperator behaves different then the one later down the site (withe the text corect margin)

    I can se there is a difference in the code, but I dont understand why and how to fix it, can you help?

    #729261

    Hey Jonas,

    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

    #730115

    Here U go

    #730946

    Hi,

    Thank you for the update. Please add this code in the Quick CSS field.

    body .container_wrap .hr.avia-builder-el-last, body .container_wrap .hr.avia-builder-el-first {
        margin: 10px;
    }

    Best regards,
    Ismael

    #731171

    Its not working – or its working on all other seperators then the one with tah problem ( se private)

    #732215

    Hi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.

    Best regards,
    Andy

    #732314

    Hi Andy,_

    I tried that as the first thing.

    The specific page is not optimized at the moment, but it dosent have any effect on or off.

    The most wired thing is, hat a separator in the middel of the page behaves just fine.

    In the code the specific separator dont get any margin..Im lost here – its like the sparator have its ovn ID

    #733915

    Hi,

    Please add this one:

    body .container_wrap .hr.avia-builder-el-no-sibling {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    Best regards,
    Ismael

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