slogan text walks on left top of heading

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/10/2014 4:32:15 AM
IDI
Gravatar
Total Posts 26

slogan text walks on left top of heading

Hi Joe....

I do have a problem with the slogan...

developing a skin with Artisteer 4.1, and exporting to Mojo 2.4.0.2 MSSQL, slogan appears after site title but, if you see it resized (as from iphone o Ipad or tablet), slogan text walks on left top of heading over the the site title which correctly resizes to new dimensions

Below the hard code produced..

<header class="art-header clearfix">
<h1 class="art-headline" data-left="20%"><a class='siteheading' href='http://picficinas.com'>Provincia Concezione in A.S.</a>
</h1>
<h2 class="art-slogan" data-left="58.2%"> (PICFIC in A.S. - Decreto M.I.S.E. 29 marzo 2013)
</h2>                       
</header>

Even putting CSS to .art-slogan, .art-slogan a, .art-slogan a:link, .art-slogan a:visited, .art-slogan a:hover
like margin-top or padding-top helps not

How can I work it out ??

Sorry for the question, maybe it is an artisteer problem

and by the while, I do work on artisteer 4.1... can I use you mojoartisteer plugin for 4.2 ??

Thank you so much in advance

Michele from rome

 

2/10/2014 12:03:21 PM
Gravatar
Total Posts 18439

Re: slogan text walks on left top of heading

Artisteer "tries" to be responsive for ipad and iphone, how effective they are is questionable/debatable.

They do a lot of things with javascript in their strategy to make it responsive. If you don't like the responsive behavior, you can remove the javascript from the layout.master file, it looks like this:

<portal:SkinFolderScript ID="sfs2" runat="server" ScriptFileName="script.responsive.js" AddToCombinedScript="false" />

Just remove that and it may help but it will also disable some of the good responsive stuff, so you'll ahve to see which way is best for you.

You could also remove the slogan or use a separate mobile skin and leave the slogan out of it.

2/12/2014 1:03:17 PM
IDI
Gravatar
Total Posts 26

Re: slogan text walks on left top of heading

Joe, you are a GURU

thank you sooo much

michele

You must sign in to post in the forums. This thread is closed to new posts.