Tagged: x
-
AuthorPosts
-
January 6, 2017 at 11:44 am #1319079
minyonaParticipantsee next private post
January 6, 2017 at 11:46 am #1319081
minyonaParticipantThis reply has been marked as private.January 6, 2017 at 2:07 pm #1319271
JoaoModeratorHI There,
Please turn on the link and provide your url in order that we can help.
Thanks
Joao
January 6, 2017 at 6:28 pm #1319504
minyonaParticipantThis reply has been marked as private.January 7, 2017 at 12:57 am #1319882
FriechModeratorHi There,
That is because the side margins of image link is set to auto, they will divide the remaining space that the image did take up equally, resulting for the image to be in the center.
You can add this on Custom CSS on Customizer to resolve the issue.
a.x-img>img { margin-left: 0; margin-right: 0; }Hope it helps, Cheers!
January 9, 2017 at 10:46 am #1322601
minyonaParticipantThat worked. Now, with this on another site, the opposite is happening. making the image a link causes it to move to the left.
January 9, 2017 at 10:47 am #1322605
minyonaParticipantThis reply has been marked as private.January 9, 2017 at 12:17 pm #1322715
RupokMemberHi there,
It’s because you are using a plugin that creating extra div and adding this CSS :
div.sw-pinit { display: table !important; line-height: 0; position: relative !important; }You can add this CSS to override the CSS :
.x-img div.sw-pinit { display: block!important; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1319079 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
