AdBlock issue
-
When AdBlock (Chrome plug-in) with Anti-Social filtering is enabled, it sets the social-block to “display:none” which causes the copyright notice being shown on the left instead of being centered while min-width > 768px.
Right now, i set the social-block to be not shown and set a margin to .span4.credits as a dirty workaround while im not using the social icons yet:
.span4.social-block.pull-left{ display: none; } @media (min-width: 768px){ .span4.credits { margin-left: 31.91489362% !important; /* default width of .span4.social-block.pull-left set as margin to center credits */ } }Is there a better solution to fix the problem? Maybe renaming the social-block to something that is not filtered (how?), or applying a different layout approach that doesn’t rely on the social-block being shown?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘AdBlock issue’ is closed to new replies.
