Adding some CSS
-
I recently added the following css rule:
/**
* sfondo breadcrumbs nel widget solo cellulari-tablet
*/
@media only screen and (max-width: 769px){ #bcn_widget-2 {
background-color:#c2e9ee;
padding-left:8px;
padding-right: 8px;
}
}My purpose is having the same effect than on this other page:
https://www.sacconicase.it/22_it_Lignano-sabbiadoro__7928_appartamento_vacanze.html(at the moment only on mobile version)So that I need to have the background space without any margin on the left-side (I have already another rule to fix?), I need a shadow in the right side of the light-blue strip, and the last element of the breadcrumbs should be bold. I should reply exactly the background color and the paddings- thank you
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Adding some CSS’ is closed to new replies.