1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 27 May 2017
  5.  Subscribe via email
Cashmere - hidden-desktop hidden-tablet, still the module occupies space on desktop. I would like the content to occupy all content space plus sidecol-a since the module in sidecol-a is hidden on desktop.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters...

#content_remainder {
width: 100% !important;
}


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

The main content vanished. Sidecol blank box is still there. See screen capture attached.

2017-05-28_15-38-17.jpg
https://flinjuryfirm.com
Attachments (1)
References
  1. https://flinjuryfirm.com
  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

To amend we have added the following to your Custom CSS field...

@media only screen and (min-width: 768px) {
#sidecol_a {
display: none;
}
#content_remainder {
width: 75%;
}}


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

That is great! Thank you.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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