Hello,
My website articles appear slightly offset to the right and the text exits to the right.
Do you know how can resolve it? It's so only in mobile phones. With a desktop computer view is alright.
Thank you.

    sandokan1
    Hi
    I see the width is set to 200%
    use this code in custom css

    #s5_mainbodyfullw {
        width: 183%;}

      I changed the code directly in template.css:
      #s5_mainbodyfullw {
      color:#000000;
      margin-top:15px;
      text-shadow:1px 1px #ffffff;
      width:183%;}

      I doesn't exist other s5_mainbodyfullw entry in template.

        sandokan1
        Hi
        Apply padding in same code

        #s5_mainbodyfullw {
            padding-left: 20px;
        }
        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.