Viewing 5 replies - 1 through 5 (of 5 total)
  • What theme are you using? Where did you download it from?

    Thread Starter Shubhamc

    (@shubhamc)

    elegantthemes but by the way problem solved with this CSS code-
    #main p img,.wp-caption img {
    border-color: #eee;
    max-width: 100%;
    height: auto;
    }

    Hope It Helps For Those Who Is Discovering For This 🙂 !
    Thanks For Reply !

    Thread Starter Shubhamc

    (@shubhamc)

    ANd Other roblem Is I Want To Make Text ox Glowing On My Site I Want To Make Search Box, text box, email subscribing box i have also a code and it’s working too but after applying the code both changed i mean subscriber button
    here is code that i got from web-
    input {
    /* round the corners */
    //background-color: transparent;
    border: 1px solid;
    height: 20px;
    width: 160px;
    color: #CCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }

    input:focus {
    cursor: pointer;
    outline:none;
    border: 1px solid #4195fc;
    /* create a BIG glow */
    box-shadow: 0px 0px 5px #4195fc;
    -moz-box-shadow: 0px 0px 5px #4195fc;
    -webkit-box-shadow: 0px 0px 5px #4195fc;
    }
    My Site Address Is- hackedia.net

    I’m sorry but as you appear to be using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not have access to, nor do we support, commercial products here. Try http://www.elegantthemes.com/forum/

    Thread Starter Shubhamc

    (@shubhamc)

    ok thanks…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to fix content/post overlaping problem’ is closed to new replies.