0
Votes
Undo
  1. Varelmann
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 30 December 2017
  5.  Subscribe via email
Hi Ciaran
how can I adjust the margin on the mobile view.
Content works, but Modules doesn`t work.

Thanks
Michael from germany
References
  1. http://cms.hammann-gruppe.de
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)..

@media only screen and (max-width: 767px) {
.module_surround {
padding-left: 0;
padding-right: 0;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

thanks for quick answer. Sorry but it still didn`t work. Left margin still 50 px.
I used Modul-Style-Overrides. So your Code didnt work. Can i use both?

This Code is in Responsive Custem CSS

@media only screen and (max-width: 767px) {
.module_surround {
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
h2 {font-size: 1.8em;}
}
@media only screen and (max-width: 767px) {
h1 {font-size: 1.8em;}
}

thx
Michael
Attachments (1)
References
  1. http://cms.hammann-gruppe.de/leitungsortung.html
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Changing the suggested custom CSS to the following appears to have resolved the issue...

@media only screen and (max-width: 767px) {
.module_surround {
padding-left: 0 !important;
padding-right: 0 !important;
}
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Great - thanks a lot! Superb Service!
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hey friends, I have had a certain issue on some of your templates but nerver bothered solving it, but now on the new jasmine template I want it solved.
Listen, when I override module settings to 0 padding on all four sides, it still displays with the padding in the responsive view. ( I want images to be full screen on the mobile view. If I remove container padding at the module settings, then my font touches on the edge of the screen. looks shitty. So do you have a solution and why does it only happen on some templates and others do accept the override also on mobile vielw??
thanks for your help: here ist the site I have started http://www.xamon.us
all the best armin from switzerland
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove the padding on all screensizes, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.top-1 .module_surround {
padding: 0 !important;
}


Replace top-1 with the module position of your choice.

For our more recent templates, the overrides only applied to larger screens is done by design. It was a common request by users due to the negative effect some overrides had on smaller screens where there was less freedom in layout. Of course this is very dependent on the type of override. Ideally this should be an option which we will look in to adding as a feature.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok