Forum Replies Created
list of topics you have created till now.
-
-
I fix the problem. I reupload the sequence image with a simple name and it worked. I had a “é” in my previous name maybe that’s why it did not work.
Serkan, it was in Personalize. Thanks.
Perfect, thanks.
Hi Serkan,
I did a login logo. It appears when I connect to wordpress but does not appear in my browser as a favicon. Thanks
I solved the problem ! It was width, 11% is good ;) Thanks a lot
Serkan,
From my computer it is not about 1px, mines are way bigger. I did a screenshot to show you : http://thegoodby.com/wp-content/uploads/2016/06/header-difference.png
I would like to have my image the same size than yours :/ I thought that it would me more easy, that you just had to get me the same code you have on your demo but it should more complicated.
Thanks a lot for your help !
Yep, it is working, I don’t worry I’m happy :)
Haha thanks a lot, I did not know that. So i closed it but this was not aligned so I changed “left” by “center” and there was no margin so I tried “5px” after “padding-right” and it works ! But now, there is a last thing, your pics are more smaller than mine :) How to do that ?
My code:
.null-instagram-feed ul li { display: inline-block; }
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 33%; float: center; padding-right: 5px;
}
.footer-instagram ul li { width: 16%; display: inline-block; }Serkan,
The 1st code to disable 1st letter worked the other day but I did not do anything and it is not working anymore. The first letter came back.
Serkan,
Thank you for your quick reply but still not working. I add the whole following code :
.null-instagram-feed ul li { display: inline-block;
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 33%; float: left; padding-right: 0px;
}
.footer-instagram ul li { width: 16%; display: inline-block; }Hi serkan,
Sorry but I don’t understand. If I sum up, refering to your 1st answer
I installed wp-instagram-widget plugin
In the widget I set 6 photos and thumbnail size
I wrote this custom CSS :
.null-instagram-feed ul li { display: inline-block;
.null-instagram-feed ul {
padding: 0; margin: 0; overflow: auto;
}
.null-instagram-feed ul li {
width: 33%; float: left; padding-right: 0px;
}
But it still not the same results as your demo page. (link : thegoodby.com)
Thanks a lot for your help !
Hi, I just see you have a new instagram widget that I love. (6 pics aligned in footer) How to enable it ? Do I have to do an update ?
With the fix you gave in the related topic you indicated me, I was able to do that (check the footer in my blog : thegoodby.com)
Thanks !