page example -
I am having trouble styling the unordered list in the page content with CSS, when I set the left margin to bring the list in from the left edge, it started effecting the display of the nav bar list items, pushing them further apart and sending some nav page links down to a second line. I would really appreciate soem sugestions on how I can work the CSS to style the list without effecting the list items in the navbar menu.
CSS for unordered list is effecting display of nav menu items
Started by
cerchris
, Sep 26 2012 04:06 AM
css unordered lists nav menu
3 replies to this topic
#1
Posted 26 September 2012 - 04:06 AM
#2
Posted 26 September 2012 - 07:19 AM
Hi,
You could do this, wrap some divs around your unordered list and give it a class, see below.
The use the following CSS:
This should resolve your issue.
You could do this, wrap some divs around your unordered list and give it a class, see below.
The use the following CSS:
This should resolve your issue.
#3
Posted 28 September 2012 - 05:30 AM
Thanks for the tip - unfortunately it is not working?
Is the html correct?:
<strong>Listen to your story</strong>
<div class="listy">
<ul>
<li>Have the opportunity to speak honestly and openly about your situation</li>
<li>Receive practical and spiritual guidance to help you develop insight on a personal and professional level</li>
</ul>
</div>
Is the html correct?:
<strong>Listen to your story</strong>
<div class="listy">
<ul>
<li>Have the opportunity to speak honestly and openly about your situation</li>
<li>Receive practical and spiritual guidance to help you develop insight on a personal and professional level</li>
</ul>
</div>
#4
Posted 28 September 2012 - 09:59 AM
Hi,
I have visited your website again and I am not able to see any issue, can you provide a screenshot please, of how you would like it to look and what the issue is.
I have visited your website again and I am not able to see any issue, can you provide a screenshot please, of how you would like it to look and what the issue is.
Also tagged with one or more of these keywords: css, unordered lists, nav menu
PageLines Framework →
Customizations →
Issue With "Fixed" Nav Bar On Mobile DevicesStarted by mattpato , 24 May 2013 |
|
|
||
NavBar dropdown CSS Hover Color impossible to ChangeStarted by mrtripper , 23 May 2013 |
|
|
||
PageLines Framework →
Customizations →
site not responding to CSSStarted by akakjb , 20 May 2013 |
|
|
||
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , 18 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|











