1. TheAllusionist
  2. Commercial Templates
  3. Monday, 04 July 2016
  4.  Subscribe via email
I am getting the site set up like I want with the Boutique template, but notice that the "Read More" buttons aren't behaving as they should and my Phoca Gallery thumbnail module is corrupt the image isn't centered on the frame. Am I dealing with a jquery or similar conflict and if so suggestions on how to correct it?

Example page:
http://www.3dastudio.com/case-studies-of-visualization-services

Thanks in advance,

Russell
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Russell

To amend your button styling try adding the following to the Custom CSS field of your templates parameters..


.btn {
background-image: none;
border: medium none;
border-radius: 0;
color: #fff;
padding: 8px 16px;
text-shadow: none;
}


To center your gallery images try also adding the following...


#container_main .wrapper960 div {
box-sizing: content-box;
}
.pg-cv-box-mod-ri {
display: inline-block;
float: none !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect, thank you so much, problems solved!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!