Hi there,
for the past year, I got some codes here in the forum. Today I have some And I don't know what they are for anymore.
One or more are for relocating the Like Button under the Photo. IT stopped to work and I can' tell each one was it.
Can Anyone help me find and delete the one for relocate the like Button and replace for one that works?
Here is all the code I have today:
/* PHOTOS Adjust the viewer to adjust to photo size eliminating white space and showing photo size 100% **/
.photoDetailPage-image > img {
position: relative; display: flex; max-height: 100vh; height:auto; margin: 0px auto ;}
.photoDetailPage-image { position: relative;}
.photoDetailPage .image-aspect-4-3 {
width: 100%;
height: auto;
max-height:100vh;
padding-bottom:0px; }
div.photoDetailPage div#vc-feelback-main{
max-width:950px;
margin:auto;
}
/* Like button */
.button-tiny a {
padding: 3.5px 5px;
}
.likebox.ning-likebox {
position: unset;
float: left;
margin-right: 5px;
}
Replies
in order to relocate your Like button you would have most likely had to install some javascript into yout custom code bottom section..this code above would have just told the buttons what to look like..hope this helps