1. asianspa
  2. Commercial Templates
  3. Monday, 26 March 2018
  4.  Subscribe via email
Hello,

I use the Boutique template and so far I am happy with it. However, I don't like the responsive layout so much (one of the issues is being displayed on the attachment). Would it be possible to discard all the changes/adjustments being done when in responsive mode (tablet, mobile, everything), and only keep the changes in the header/menu/logo part?
The site is still offline, so for any access kindly pm me.

Thank you in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary 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. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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

@media only screen and (max-width: 767px) {
#newmodule .custom p {
display: flex;
flex-direction: column;
align-items: end;
}}


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

That seems to improve the situation a little bit. Only thing is I had to change the align-items to 'center', otherwise on my mobile phone half of the content wasn't visible.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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