• Resolved hwhitney

    (@hwhitney)


    Is there a way to change the dimensions of the banner? In your examples, the banners stretch to fill the width of the screen. No matter what I do, though, my banner stays constrained to a max proportion in the center of the content, as seen at the link. Do you know how I might change this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @hwhitney,
    Thanks for reaching out to us. We review that your main div width is small. So, Using CSS you can change the main div width. You can add CSS to your theme. Below Code available.

    .category_header .grid_10.push_1 {
        width: 960px;
        left: 0 !important;
        margin: 0;
    }

    Thank You,
    Multidots.

    • This reply was modified 6 years, 11 months ago by Dotstore.
    Thread Starter hwhitney

    (@hwhitney)

    That’s great, but breaks the responsiveness of the banner so on smaller screens it does not resize.

    Plugin Author Dotstore

    (@dots)

    Hello @hwhitney,
    If you getting the issue with the small device then you have to add media query CSS for that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner dimensions’ is closed to new replies.