I AM SHERLOCKED.

hewastailormadeforme said: Hey :) I'm using your theme "The Cake Is A Lie" and I really really like it but recently for some reason the Next/Previous buttons are coming up in the wrong place and when you click on a post the notes are showing up further up the page to the right rather than underneath the post. Just wondering if you've done anything to change it or if you know how to fix it? Thanks ^_^

I really apologize for the late reply, it took me a while to gain access to a computer. I already updated the theme here, but it’s still awaiting approval from the mods. But until then:

1. Go to the customize page, then custom HTML. Find the following HTML codes (they should be around the top of the code):

#navigation {

width:510;

}

#previous {

float:left;

padding:0px 5px 5px 0px;

}

#next {

float:right;

padding:0px 5px 5px 0px;

}

2. Cut, then paste the codes onto a text file. MAKE SURE IT’S CUT, NOT COPY (this is just to simplify the process lol). 

3. Change the “510” under navigation to “500px”.

4. On the HTML, find the code:

#middle {

float: left;

width:500px;

padding:10px;

background:#010505;

margin:0px 0px 15px 0px;

5. Paste the edited codes from the text file onto your custom html, UNDERNEATH the code in step 4. 

When you save, the next and previous buttons should be underneath the codes. Thanks for bringing it to my attention! Please let me know if it doesn’t work so that I can re-edit the codes. :)

tags: #theme help
3 months ago with 0 notes