Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to make site responsive

  • @charlietech

    Participant

    I need to find a way to make my site responsive, at least the images.does anybody know some css code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Inactive

    @charlietech

    Participant

    Thanks It help with the images but how would I make a container responsive. Im using a feature content slider and the container around it is overlapping the side bar in my smartphone. how would I fix that?

    Inactive

    Using a percentage instead of a fixed pixel should do the trick. You would need to find what controls this featured slider and edit its CSS to use percentages instead of pixels
    example:
    #featured-slider-container {
    width: 90%;
    height: 90%;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make site responsive’ is closed to new replies.
Skip to toolbar