Tagged: yigit
-
AuthorPosts
-
September 28, 2015 at 10:26 am #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
September 28, 2015 at 1:43 pm #510062Hey 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,
RikardSeptember 28, 2015 at 1:52 pm #510068I 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.
September 28, 2015 at 2:18 pm #510087Hi,
I see it on line 3489 in your style.css, could you check please?
Regards,
RikardOctober 5, 2015 at 2:08 am #513437Found 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? :)
October 5, 2015 at 9:41 am #513564Hey,
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,
RikardOctober 5, 2015 at 9:50 am #513570October 5, 2015 at 9:56 am #513575Hi Rikard.
I get a problem when i remove the code.
October 6, 2015 at 11:40 am #514304Hey!
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.
October 6, 2015 at 3:40 pm #514443No. ;(
October 7, 2015 at 6:57 am #514934Hi,
I’m seeing the same as Andy on my end, please try to clear your browser cache and reload a few times.
Regards,
RikardOctober 7, 2015 at 9:09 am #515015October 8, 2015 at 5:03 am #515549Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.