1. Thomash86
  2. Sherlock Holmes
  3. Commercial Templates
  4. Tuesday, 22 October 2013
  5.  Subscribe via email
hello

on the homepage, left an right from the menu is a white line. is it possible to clear it?

and how i can change the size (high) from the breadcrumb?

is it possible that the menu bar is rounded down at the corner?

site: http://testseite.smo-wien.at/testseite/index.php

greetings


thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To remove the white lione try adding the following to the Custom CSS field of your templates parameters...


#container_header {
border-bottom: medium none;
}


To add a border radius to your top menu area try also adding the following..


.hornavmenu {
border-radius: 8px 8px 8px 8px;
}


For the spacing around your breadcrumbs try using the following editing to your own taste...


#breadcrumb.block_holder {
padding: 15px 10px 10px 10px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thanks perfect!!

and is it possible that the Navigation Tool in the Breadcrumb is not white, i want it also orange?

http://testseite.smo-wien.at/testseite/index.php

thanks a lot!!!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following also to your Custom CSS field...


ul.breadcrumb, #breadcrumb .module_content {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
hello

thanks, but it didnt work..

i mean this white background
http://testseite.smo-wien.at/testseite/maybe
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
hello

thanks, but it didnt work..

i mean this white background
http://testseite.smo-wien.at/testseite/maybe
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
The area that is currently orange? In what way did the above CSS 'not work'?

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


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