Change View Full Post
-
Ok here is a stupid one I can’t figure out…
See the like button
http://juicytravels.com/the-ten-best-first-class-airline-experiences-now-2/
On it’s own line (which is fine) above the share buttons? I would rather it be far right.
In the graphene options social sharing buttons panel I have the code as
<span style="text-align: right;" class="st_fblike"></span><br><br>
<span class="st_facebook"></span>
<span class="st_twitter"></span>
<span class="st_linkedin"></span>
<span class="st_stumbleupon"></span>
<span class="st_email" ></span>
<span class="st_sharethis"></span>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher:'wp.48f508c4-0b75-4c89-a79f-1d00814f82e7'
});
</script>Which is obviously wrong since the like button is still on the left 🙂
Any idea how to change the code to make just the like button move over to the far right on the line it’s on?
Welcome.
Ok, change your first line from…
<span style="text-align: right;" class="st_fblike"></span><br><br>to this…
<span class="st_fblike" style="float: right;"></span><br><br>hmmm…now look…
Great 🙂
Glad you got it worked out.
Ok, a question for you…
On this page.. http://www.juicyhotels.com/
What did you use for the main slider? With the tabs at the bottom? Is this customization of the slider included in Graphene?
Also, the smaller slider below the main one (same page). Is this the same thing?
Gotcha. Yes, I was talking about juicyhotels.com. I see now they are two different sites.
I’ve been looking for a nice photo viewer like that one. But I suck when it comes to hard-coding things. I know enough to scrape the surface, but deep down things get kinda murky for me 😉
If you happen to find out what it was, please let me know. I might be able to fiddle with it and figure it out. It’s very aesthetically pleasing.
- You must be logged in to reply to this topic.
