Site logo

[Support request] Added Lines, but they are not 100% width on Info Template

Home Forums Support [Support request] Added Lines, but they are not 100% width on Info Template

Home Forums Support Added Lines, but they are not 100% width on Info Template

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2428479
    Fayola

    Used this CSS to add lines to the upper and lower menu sections on the Info Template:

    .inside-navigation {
    border-top: 1px solid #da917e;
    border-bottom: 1px solid #da917e;
    }

    The problem is that these lines are not 100% width. How do I change this?

    #2428502
    Fernando
    Customer Support

    Hi Fayola,

    The inside-navigation has a max-width. Try adding it to the main-navigation instead. Example:

    nav.main-navigation {
        border-top: 1px solid #da917e;
        border-bottom: 1px solid #da917e;
    }

    This should allow to go from corner to corner.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.