Y
Y
Yuri Shchegolikhin2017-05-17 15:36:50
Joomla
Yuri Shchegolikhin, 2017-05-17 15:36:50

How to align joomla template?

Please tell me how to align when viewing from the mobile. devices.
1. text at the bottom in Footer across the entire width.
2. how to remove the distance from the edge, in the template (distance on the right side)
Screen will be attached
2131232131_5040647_26214720.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A person from Kazakhstan, 2017-05-17
@LenovoId

Everything is normal in the mobile version .. I'm watching your site from the phone, the only thing is very small and all blocks should be at 100% of the screen.
But in order to stretch the text in the footer to full screen, find this:

@media (min-width:768px)
{
  .container
  {
    width: 750px;
  }
}

and do like this:
@media (min-width:768px)
{
  .container
  {
    width: 100%;
  }
}

and it will be like this (screenshot)
cf5b259a6ae14177acaf5f8596edba0e.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question