1. bludove
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 23 October 2017
  5.  Subscribe via email
I'm using Caitlin on my site

1) can I make this template 100% width?
2) my logo is getting cut off and I cannot find the css to fix it
3) height of background header image - how can I make this taller?

Thanks
References
  1. http://www.bludovedemo.biz/newmans2017/index.php
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

.wrapper960 {
width: 100% !important;
}


2. It appears the logo image itself is cropped (http://www.bludovedemo.biz/newmans2017/images/template_graphics/logo_small.png) rather than the template cropping your image.

3. To amend you can set a min height to the showcase area by adding the following to the Custom CSS field of your templates parameters (edit to taste)...

#container_slideshow {
min-height: 400px;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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