0
Welcome Guest! Login
0 items Join Now

Responsive layout for Mobile or tablet view

    • Jemal's Avatar
    • Jemal
    • Newbie
    • Posts: 1
    • Thanks: 0

    Responsive layout for Mobile or tablet view

    Posted 9 years 3 months ago
    • I need help on my website, jeberti.com , to adjust the responsive layout. It is not effectively adapting automatically to match whatever device or window size is loading it. I have tried to fix the problem, but I was not able to do it.
      The text and images are not confined to their specified boxes and become jumbled.
      This image is hidden for guests.
      Please log in or register to see it.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Responsive layout for Mobile or tablet view

    Posted 9 years 3 months ago
    • Jemal wrote:
      I need help on my website, jeberti.com , to adjust the responsive layout. It is not effectively adapting automatically to match whatever device or window size is loading it. I have tried to fix the problem, but I was not able to do it.
      The text and images are not confined to their specified boxes and become jumbled.

      It's padding being added by your jazin component. To override it for mobile, in your
      rt_leviathan-custom.css <-{Click CSS Guide below}
      This image is hidden for guests.
      Please log in or register to see it.
      file add this:
      /** Remove jazin padding for Small Screen Mobile Modes **/
      @media only screen and (max-width: 480px) {
          .default .ja-zin .ja-box .ja-box-inner {
          	padding: 0 !important;
          }
          .ja-zincontent.clearfix {
          	padding: 10px !important;
          }
      }

      This will help a lot but it won't correct continuous text that is way too long for the container, eg "Salvation(WSMNS)".

      To break this up write your content like this:
      <span>
          Eritrean Solidarity Movement for national Salvation
      </span>
      <br>
      <span>
          (WSMNS) as known as Simret is hosting a symposium...
      </span>
    • Last Edit: 9 years 3 months ago by DanG.

Time to create page: 0.038 seconds