Remember me

How do I adjust Margin-Left in default template (Lunar Template)

1 year 4 days ago #1

  • Othniel's Avatar
  • Othniel
  • Posts: 240
I am trying to adjust / set the margin-left in the default template to 20px (down from 200px), so that I can use that area as for components and other Joomla content, but cannot seem how to find where to make the change.

See demo page - Part of the message is hidden for the guests. Please log in or register to see it.

How can I change?

1 year 3 days ago #2

  • Viacheslav's Avatar
  • Viacheslav
  • Posts: 28858
Hello,
Thank you for contacting us!

It is not entirely clear what result you need to get,
describe in more detail, indicate on the screen

Best Regards,
Vyacheslav, Balbooa Support Team

1 year 3 days ago #3

  • Othniel's Avatar
  • Othniel
  • Posts: 240
I made a theme from Lunar the default (so that other Joomla content can load).

However, it has a margin-left area of about 100px. See screenshot link - Part of the message is hidden for the guests. Please log in or register to see it..

I need to adjust that to say 20px, but cannot find how to do that, could you please help?

1 year 3 days ago #4

  • Viacheslav's Avatar
  • Viacheslav
  • Posts: 28858
A version with fixes is available,
you can download it in your personal account.
Let us know if any problems remain
Don't forget to clear the cache

Best Regards,
Vyacheslav, Balbooa Support Team

11 months 1 week ago #5

  • Othniel's Avatar
  • Othniel
  • Posts: 240
See this page - Part of the message is hidden for the guests. Please log in or register to see it..

So the content that loads (a survey) on this default template styled page, displays quite well. Screenshot link - Part of the message is hidden for the guests. Please log in or register to see it..

However, it is not responsive, as when I load on my tablet (landscape or portrait view), the content is now at the very top. See screenshot link - Part of the message is hidden for the guests. Please log in or register to see it..

Where do I go to change those settings?

11 months 1 week ago #6

  • Viacheslav's Avatar
  • Viacheslav
  • Posts: 28858
Hello,
Thank you for contacting us

You need to use custom CSS code
@media (max-width: 1280px){
	body.com_asurveys:not(.com_gridbox) .body {
		margin-top: 100px !important;
	}
}

Regards,
Vyacheslav, Balbooa.com
Powered by Kunena Forum