Set a maximum width for the dotted lines

  • Posted in : Read WP
  • Mark S
    Participant

    Dear Mehmet,

    Is it possible to set a maximum width for the dotted lines – especially the wider ones (IE the ones above and below the menu, and at the bottom of the page)?

    I would like these lines to be no longer than the column width.

    NB I have used this code to restrict the column width:
    #main.wrapper > .row { max-width: 825px; }

    Thanks,

    Mark

    Mehmet S.
    Keymaster

    Is that code worked?

    Mark S
    Participant

    Yes, that code worked to reduce the width of the text.

    But now I need to reduce the width of the dotted lines. Any suggestions would be gratefully received.

    Best,

    Mark

    Mehmet S.
    Keymaster

    Which dotted lines exactly?

    Mark S
    Participant

    It is only the very wide ones I would like to reduce in width:

    – the lines above and below the menu
    – the line at the bottom of the page

    I would like to make them the same width as the main column (which I have made 825px).

    Thanks,

    Mark

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    #site-navigation
    {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
    }
    .site-footer > .row { max-width: 825px; }
    
    Mark S
    Participant

    Thank you again!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register