• Hi everyone,

    Very new to wordpress – got a friend to help me out with the current site but there are few niggling things I’d like to fix up.

    If you can help, please explain step-by-step!

    1. On the tabs bar, why is there the word catalog? How can I get rid of it?

    2. In the newsletter widget – why does the name field not have the word Full Name like the email field does?

    3. How to put more space between the image ‘Kids Under 5 years?’ and the heading ‘Our Tools & Resources’?

    4. On the widgets on the bottom (About Us/Articles/Ask Us), how do I make the blue box thing longer? Will this also resize the newsletter widget up the top (cos I don’t want that to happen)

    5. How do I put spacing in between the fields in the ‘Ask Us’ widget?

    My site is http://www.senseandsexuality.com.au

    Thanks in advance.

    Cheers,
    Whitney

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here.
    Try http://themeforest.net/user/InfoStyle

    1.

    Add to CSS file:
    .primary .menu-select { display:none!important; }

    2.

    The email input field has placeholder=”Email” on the input tag, I suggest adding placeholder=”Full Name” to the above <input>

    3.

    Can’t see where you mean here, I suggest just adding more margin to style.css on the relevant element.

    4.

    I don’t know what you mean by making the ‘blue box thing longer’? To amend only that element, just be more specific in your css. It is in a div with the class “bottom_block newsletter”

    5.

    Add to CSS file:
    TEXTAREA.wpcf7-form-control.wpcf7-textarea { margin-top:10px; }

    Thread Starter WhitneyAtSense

    (@whitneyatsense)

    Hi Esmi – thanks 🙂 Sorry I didn’t realise.

    Hi Johnfotios – where do I find the CSS file and can I just add these anywhere?

    Cheers.

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