Shape 5

Wordpress Club Themes => Corpway - Club => : cspub July 12, 2016, 01:42:34 PM



: custom 2 questions
: cspub July 12, 2016, 01:42:34 PM
can you not use custom 2 area at side top without having an image in custom 1?
can custom 2 be made to show on phones? currently anything in custom 2 shows on tablets but not phones


: Re: custom 2 questions
: Tristan Rineer July 13, 2016, 07:19:07 AM
Custom 2 will only display if the Custom 1 position is being used, and if the screen size is large enough to display it.  If you want to change which screen size hides the Custom 2 position, you can look in the css/s5_responsive.css file of the theme and change the media properties call that hides it.


: Re: custom 2 questions
: cspub July 21, 2016, 10:08:01 AM
i went to css/s5_responsive.css but don't see where the code is that is hiding it. i looked for anything referring to #s5_pos_custom_2 or anything custom 2. can you tell me what the code is i'm looking for and what to do to make it not hidden?


: Re: custom 2 questions
: Tristan Rineer July 22, 2016, 07:32:44 AM
I looked at the demo with Firebug (http://getfirebug.com/); it appears that the code you are looking for is around line 82.  It uses a media query to add a display:none when the screen width is below 750px.