Reply To: Logo gets cut and incomplete home page content

#130
livemesh
Keymaster

Hi,

1) The logo getting cut is actually the result of a change we made in v2.0 to leave the choice of setting the width the user. But unfortunately in the midst of 110 or so new options we added, this critical option was left out from the options panel. For now, pls set the logo width by pasting the below css in Custom CSS tab until we release the next update by restoring the option.

#site-title a {
width: 350px;
}

2) Some of the home page code can also be found at

https://www.livemeshthemes.com/get-code-for-home-pages/

Take a look at the top code labeled “Get top widget area code” and paste it into widget area called ‘Before Content Home Page’.

Adding text to Before Content Area widget

Here is the actual HTML code used in the site that can be pasted to the widget area –

<div class="one-third">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan1.png" alt="" title="slogan1" width="140" height="107" class="alignleft" style="margin:0;"/>
<div> <h3 style="margin-top:20px;text-align:center;border-right:1px solid #ccc;"><a href="#">Premium Services</a></h3> </div>
</div>
<div class="one-third">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan2.png" alt="" title="slogan2" width="147" height="105" class="alignleft" style="margin:0;"/> <div>
<h3 style="margin-top:20px;text-align:center;border-right:1px solid #bbb;"><a href="#">CMS Solutions</a></h3> </div>
</div> <div class="one-third last-column">
<img src="https://www.livemeshthemes.com/wp-content/uploads/2012/07/slogan3.png" alt="" title="slogan3" width="110" height="110" class="alignleft" style="margin:0;"/>
<div> <h3 style="margin-top:20px;text-align:center;"><a href="#">Happy Customers</a></h3> </div>
</div>

Many have reported that replicating the data as seen on our preview site is super easy with our sample xml file (it has almost everything seen on our site) and things should work smoothly without issues. We will help you out in replicating the whole thing in just a few min if you send a temporary login.

Pls let us know how things proceed.