Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 13

CurtisOdenburlingkericgillettefh111tc74 +8 guests

The connect buttons are vertical, how do I set it to be horizontal?

Would like to ask for help for the following

The connect buttons are vertical, how do I set it to be horizontal? http://i.imgur.com/LnSA1.png

The admin option dropdown links are broken

http://i.imgur.com/tiWIf.png

I'm using this theme http://themeforest.net/item/swiss-premium-vanilla-theme-4-colours/242547?WT.ac=portfolio_item&WT.seg_1=portfolio_item&WT.z_author=designlink

I already contacted the author but hasn't replied yet

Edit: my site is http://gw2ph.com by the way. thanks!

Tagged:

Comments

  • Posts: 599 Accepted Answer 1 like

    on your custom.css at line 35 where it says #categories .GuestBox a { add line display:inline to solve the connect buttons issue.

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • Thankyou @sahotataran

  • Also another thing,

    How do I put a space between the vote box and the message? !(http://i.imgur.com/cjgGG.png)

  • this one is bit tricky. m not sure if you noted it or not your voting box is covering the user image behind it. in your voting.css which is in voting plugin directory - go to line 131 where it says ul.MessageList div.Meta span.Votes { add margin: 0 45px 5px 0; this moves the votebox to the left. m not sure if you will like it or not but you can give it a try or you can put this line in there using firebug in mozilla firefox and check if you like it or not

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • Thanks for the help @sahotataran, decided to not use the voting plugin as it is causing more problems. :( Maybe in the future. Thanks for your help!

  • Posts: 599 1 like

    voting is the best for keeping track of views and user likes :)

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • After much contemplating I decided to keep the voting plugin. I did what you suggested and it worked! Thanks a million!

    But would want to change the position of the buttons though.

    How do I make it move to the right of the content box? (see image for what I mean) !(http://i.imgur.com/4S9KJ.png)

  • 422422
    Posts: 2,109

    Firebug for ff.

    Inspect element.

    You need to float:right and possibly set margin-right:10px

    On ipad so guessing

    Quick look on one of my themes.

    ul.MessageList div.Meta span.Votes { display: block; line-height: normal; padding: 0; position: absolute; right: 0; text-align: center; }

    play with right position

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • 422422
    Posts: 2,109

    Ok on your site, voting.css

    line 131 i think.

    Change to this: ul.MessageList div.Meta span.Votes { display: block; line-height: normal; margin: 0 45px 5px 0; padding: 0; position: absolute; right: 0; text-align: center; }

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • Thanks! Will check it out.

  • Thanks a million! Which value do I edit to play around with it? I wish it to be outside the content div. :D

  • Posts: 599 1 like

    change the margin property to be 0
    and play with right: to something like right:-20px

    Theme Charcha for great desktop and mobile experience! - drop me a message :)

  • 422422
    Posts: 2,109 1 like

    Common rule of thumb child class is absolute of a parent class which is relative.

    @sahotataran is correct.

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • 422422
    Posts: 2,109 1 like

    To iterate, i personally would copy the class attributes into a custom stylesheet, that way if and hen you upgrade your new classes dont get overwritten

    ♥ I love Vanilla. VanillaSkins | on Twitter | on Facebook | Available Freelance | Take the Vanilla Test | Free Downloads

  • Thanks for your suggestions. I don't really have the technical know how to do so lol.

Sign In or Register to comment.