Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1212991

    can you help me to get a full width banner above the main menu?

    here is example page: https://jingfanlab.org/research/

    That banner is 1300×200 but is constrained by the theme….

    I would like banner to bleed off page on both sides.

    • This topic was modified 4 years, 4 months ago by nancy2434.
    #1213364

    Hey Nancy,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .responsive .container.av-logo-container {
        max-width: 100%;
    }
    .logo img {
        width: 100vw !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1213473

    Thank you Victoria – worked perfectly.

    #1213592

    Hi nancy2434,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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