witget position

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Jun 05, 2015 1:06 pm
I'm using the template semplicity to create only a landing page sales. The problem is that I can not fill the gap created by witget mainbody. The site is http://gioiacartomanzia.com. Although I witget enter the text in that field are not displayed but is still white space with or without elements in the field. Can you tell me what setting I have wrong? thanks
User avatar
Fresh Boarder

GK User
Mon Jun 08, 2015 7:34 am
Hi,

I can't see your website (maintenance mode is enabled), could you send me a private message with backend access?
User avatar
Moderator

GK User
Mon Jun 08, 2015 8:28 am
Among other things I can not understand why the font size is smaller in the table price. Size is not specified in the code

Thanks for the support
User avatar
Fresh Boarder

GK User
Mon Jun 08, 2015 9:09 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.home #gk-mainbody article {
   display: none;
}


Regarding the smaller text in price table, you are using this code:
Code: Select all
<small>Risposte scritte e approfondite direttamente nella tua email.Un consulto personalizzato che potrai leggere e rileggere ogni volta che vuoi.
</small>

and the small tag decrease the font size, please remove these tags <small>..</small> and should be ok.
User avatar
Moderator

GK User
Mon Jun 08, 2015 10:37 am
I added the code

.home #gk-mainbody article {
display: none;
}

to file override.css

the option is enabled in the theme but the change was not successful
User avatar
Fresh Boarder

GK User
Mon Jun 08, 2015 11:09 am
uninet wrote: but the change was not successful

What exactly do you mean? There's no white space (gap) on your frontpage now.
User avatar
Moderator

GK User
Mon Jun 08, 2015 11:21 am
we thank you very much matter of cache ;)
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 12:18 pm
:D
I'm sorry to bother you again.
I have a little problem that I can not solve. I'm trying to insert the code tagmanager on web pages to track the clicks. I put it in your header.php, but page.php template.frontpage.php ect but is recognized by mistake.
<script> tag must not be included in a <header>
Where should I put the code for it to work?
Thanks again for your patience
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2015 2:16 pm
Please use Simplicity/layouts/header.php file (here you can find the <head> section), not Simplicity/header.php
User avatar
Moderator


cron