html - change css property of placeholder -
i have navigation horizontal bar. placed placeholder inside navigation bar. in admin panel clicked + , added few plugins(links). problem there no space between plugins in case links. how can set space between plugin texts in same placeholder. in css can manipulate whole division "a" want force white spaces between links.
edit: anoter option set key , value placeholder. can assign them , manipulate css? tried [value ~= placeholder_value] cant make work
<div class="a"> {% block navibar_1 %}{% placeholder nav_item1 %}{% endblock %}</div>
structure admin site:
navbar1 links1 links2 links3 links4
thanks help
you've got multiple ways can approach this:
- override plugin html (not sure if it's off shelf or custom) , wrap elements inside class of preference
- analyse output markup , amend css selectors (may not possible) change styling
any reason not using menu functionality?
Comments
Post a Comment