Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #509908

    hi, we have a problem with 1/3 contiainer. normally it works pretty fine but only on one page there is a problem. we have this structure: http://imgur.com/jFgbCIB

    #510062

    Hey wiwaldi79,

    You have this in your style.css which is causing it, not sure if you are using it somewhere else but if you are then please add the post-id class before .single and that should then only apply to that particular post.

    @media (min-width: 801px) {
    .single #av_section_2 .flex_column {
        float: none!important;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0!important;
    }
    }

    Thanks,
    Rikard

    #510068

    I cannot find this code in my style.css

    it works perfect on all other blog pages. how can i remove the error from this single blog page.

    #510087

    Hi,

    I see it on line 3489 in your style.css, could you check please?

    Regards,
    Rikard

    #513437

    Found it.

    Must i delete all or can i remove only one line to get rid of the full width social ioons?

    @media all and (min-width: 801px) {
      .single #av_section_2 .flex_column,
      .single #av_section_4 .flex_column {
        float: none!important;
        width: 100%;
        top:0;
        left:0;
        margin:0!important;
      }

    i don`t know if i need this on another part of the website? :)

    #513564

    Hey,

    Ok, you can remove it but keep a backup of it in case what it’s actually used for should break. Then you will know on what page it was being used and you can add the code again but add the page-id class before both the instances of .single.

    Best regards,
    Rikard

    #513570

    ;)

    #513575

    Hi Rikard.

    I get a problem when i remove the code.

    #514304

    Hey!

    I can’t see any big errors and it looks fine to me (see screenshot).

    Could you solve it?

    Regards,
    Andy

    • This reply was modified 9 years, 1 month ago by Andy.
    #514443

    No. ;(

    #514934

    Hi,

    I’m seeing the same as Andy on my end, please try to clear your browser cache and reload a few times.

    Regards,
    Rikard

    #515015

    no.

    #515549

    Hi,

    I thought it was the picture of the guy that was the problem. You have this in your CSS, I’m pretty sure this was an issue in another one of your threads so it might be a good idea to not have such general CSS as this, which is altering how all 1/3 elements act on single pages, in the future:

    @media (min-width: 801px) {
    .single #av_section_2 .flex_column, .single #av_section_4 .flex_column {
        float: none!important;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0!important;
    }
    }
    

    You’ll find it on row 3490 in style.css in case you should have problems finding it again.

    Best regards,
    Rikard

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