1. arconis
  2. Commercial Templates
  3. Sunday, 21 September 2014
  4.  Subscribe via email
Hey Guys,

I have a client that would like to keep her information in the header-1 and header-2 modules in tablet/mobile resolution.

Currently, the template removes the header-1 and header-2 module position entirely for mobile/tablet layout. Any help is appreciated!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you try adding the following to the Custom CSS field of your templates parameters..


.header-1, .header-2 {display:relative;}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Nope, still dissapearing :(
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Opps... that should be...


.header-1, .header-2 {display: inline;}


Still waiting for the morning coffee to kick in here ;)

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

Unfortunately it's still disapearing :(
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Ok.. maybe try adding !important like so...


.header-1, .header-2 {display: inline !important;}


Failing that could you forward a URL to an example of the issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Still a no-go, I think by default it is set to inline by the looks of the CSS, website is:
http://fiber-artist.com/fiberartist
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Could you try also adding the following to your Custom CSS field..


#container_spacer1 {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
That worked, appreciate it!! <3
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


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