• Resolved sara1086

    (@sara1086)


    This question is in regards to https://johnmorgan.ca
    I would like to make a bigger space in between the PayPal info on the sidebar and the last little link box below it. I know I have to go into my themes editor and do it there, but I don’t know what code to put in to make spaces (if I even have to use a code).
    Could someone help please??

Viewing 12 replies - 1 through 12 (of 12 total)
  • your code is very strange ….
    It looks like it was “combined” from several bits.
    I do not understand why it is inside a ul or li
    tag, and even if it is, you have several of them that are closed and never opened andd viceversa.
    You also have a closing </u> tag (??)
    So if you will fix these problems, it might work for you.

    <ul class="side_bar_items">
    <h2>Thank you</h2>
    </ul>

    This should work … but than again, you have so many code errors there , that i am not sure anymore…

    Thread Starter sara1086

    (@sara1086)

    Okay, thanks, that worked….and yes, there was an extra </u>
    How can I make it so that the writing above the paypal button is spaced from the paypal button itself?

    Thread Starter sara1086

    (@sara1086)

    and by the way…I’m not very good at this, the reason everything is a little messed up is because I’ve been messing with it trying to get these things to work…I’m not very familiar with code, I’m just trying my best. haha

    just the same :

    <ul class="side_bar_items">
    <h2>Please help support John Morgan's campaign:</h2>
    </ul>

    and put it OUTSIDE the li tag of the paypal

    Thread Starter sara1086

    (@sara1086)

    Thank you.

    Maybe you should remove the XHTML validation icon and link until your page WILL validate ..
    Right now it is doing you a bad service ??

    Thread Starter sara1086

    (@sara1086)

    ..i don’t understand.

    Thread Starter sara1086

    (@sara1086)

    it says in my theme editor, “do not remove this line”
    so i didn’t remove it. lol.

    Nevermind .. ??
    Just click it and see what happens.
    (And you can remove it with no problem..)

    Thread Starter sara1086

    (@sara1086)

    wow..that’s weird.
    i think i will remove it, lol.
    thanks again!

    Thread Starter sara1086

    (@sara1086)

    Since I have you here lol…one more thing.
    I’m trying to add back buttons to some pages, and I’m adding them the way I would add a picture:
    <img src=”https://www.johnmorgan.ca/administrator/images/back.png&#8221; />
    and then linking them to the page I want them to go to.
    Is there any other way to do this? A border goes around the back button when I link it.

    I do not know which pages you are talking about (posts??,pages??), but in general, there are plenty of ways to do so .
    one simple way is javascript.

    <A HREF="javascript:javascript:history.go(-1)">Click here to go back to previous page .. or which ever text you want</A>

    which you can customise the way you wish, also using some WordPress template tags or functions.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Spacing’ is closed to new replies.