Free CSS Help

Do you want to customize a WordPress theme to fit with your requirements? Do you need any help on CSS? I am here to provide you free quick help. Just post your question as a comment and I will response you within short time.

* You must have basic  knowledge about CSS
* If you want to hire me please contact >>

  • wills

    can you plz tell me how can i make a box shadow effect for ie7

  • Abdus

    Hi Wills,
    you can use:
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);

  • Afsal

    How to correct a css align all browsers

  • Abdus

    I am not sure what you mean by css align. Do you mean text-align?

  • Max

    By the time I use the HTML-editor ”phase 5”. It can’t identify references like background-image, font-style or repeat-x though. What could be the reason for this?

  • Morag

    I am trying to reduce the size of the menu-main-container #navwrap on this page: http://www.tpw.uk.com
    from 750px to 700px so that I can add a telephone number beside the
    social media icons. However, when I try to reduce it, it goes up to the
    top of the screen. Also, how can I increase the .social div on the
    right hand side? (whenever I increase it the icons go down!).

    If you can tell me the correct way to do this I’d be so, so grateful!

  • http://www.iamabdus.com/ Abdus Salam

    Hi Morag,

    #header #mainNav { clear: both; width: 600px; }

    #header .social { width: 365px; }

    Add this two line of css at the bottom of “style.css” file.

    Thanks

  • Jill

    My container and other styles are only working for my mobile phone media query. Tablet size and desktop size keep font styles, colors and some decoration but completely ignores positioning, borders and other really important elements. So frustrating. Any idea what could be causing the problem? I’ve been going through with fine tooth comb for hours.