Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:06 #27448

    Hi,

    Please post your website URL.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 01:50 #27437

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 01:46 #27436

    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

    Denzel Chia
    Moderator
    Posts: 2656
    08.05.2016 at 08:25 #27405

    Hi,

    Are you using jetpack plugin? if yes, Please disable the Mobile theme.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    08.05.2016 at 08:22 #27404

    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

    Denzel Chia
    Moderator
    Posts: 2656
    08.05.2016 at 08:15 #27403

    Hi,

    Please post your URL to the page that you took the screenshot.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    08.05.2016 at 08:13 #27402

    Please post your website URL. Let’s see of it’s possible.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    08.05.2016 at 08:11 #27401

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    07.05.2016 at 03:48 #27376

    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

    In reply to Page fault
    Denzel Chia
    Moderator
    Posts: 2656
    07.05.2016 at 03:35 #27375

    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.