Forum replies created
Hi,
Please post your website URL.
Thank you.
Hi,
its alot of blue space,
I can only see white space. Please provide screenshot with annotation to the spacing that you want to reduce.
I am color blind.
Thank you.
Hi,
I had edited your first content box’s HTML, it’s as follows.
<div style="width: 75%; margin-left: auto; margin-right: auto; margin-top: -30%; margin-bottom: -30%;">
<ul style="margin-top:5px;font-size:16px;text-align: left;line-height: 35px">
<li><a href='http://www.casatihomecomfort.com/furnaces/'>Furnaces</a></li>
<li><a href='http://www.casatihomecomfort.com/air-conditioners/'>Air Conditioners</a></li>
<li><a href='http://www.casatihomecomfort.com/gas-fireplaces-stoves/'>Gas Fireplaces</a></li>
<li><a href='http://www.casatihomecomfort.com/hot-water-heaters/'>Hot Water Heaters</a></li>
</ul>
</div>
Your list in first content box is working now.
Please use this as an example for all your other content boxes.
Thank you
Hi,
Are you using jetpack plugin? if yes, Please disable the Mobile theme.
Thank you
Hi,
I had logged in to take a look.
Your list code is wrong.
The structure should be as follows.
You cannot wrap li with a
<ul><li><a href='#'>item</a></li></ul>
Please edit them first.
Thank you
Hi,
Please post your URL to the page that you took the screenshot.
Thank you.
Please post your website URL. Let’s see of it’s possible.
Thank you.
Hi,
You can use the following in your Theme Options -> Custom CSS
This is for title size
.content-box h2 {
font-size: 20px !important;
}
This is for paragraph
.content-box p {
font-size: 10px !important;
}
As for the others, Please post me your website URL after you applied the above mentioned.
Thank you.
Hi,
I tried adding list to my content box, but was unable to click it.
Maybe this is the issue.
Please use the following in Theme Options -> Custom CSS
.content-box ul {
z-index: 9999 !important;
}
Please reply with your login access detail in private reply, if you need further assistance. It’s not possible to provide proper help, when we are unable to see it.
Thank you
Hi,
I had taken a look at your menu source code.
You had added a plugin that adds some kind of tracking to the menu items.
For example..
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1211" id="menu-item-1211"><a href="http://www.vedvarendeenergimesse.dk/tilmelding/" title="TILMELDING" data-slimstat-clicked="false" data-slimstat-type="2" data-slimstat-tracking="false" data-slimstat-callback="false" data-slimstat-async="false"><span data-hover="TILMELDING">TILMELDING</span></a></li>
All those data-slimstat-*** variables are added by plugin.
This could be why you are having this issue.
Please find the plugin and remove it.
Thank you.