Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1208608

    Hello all ^^

    This promo box looks very narrow at resolution 1024 and below. How can I make the promo box responsive sooner, starting at 1024px resolution?

    PromoBox Screen

    Thank you :)

    #1208947

    Hey Ganubis,

    Are you looking to make it go full-width or just want it wider?

    Best regards,
    Jordan Shannon

    #1209289

    Hello,

    Make it responsive sooner. something like that…. make the right sidebar becomes responsive sooner or earlier, for example at 1024 resolution.

    Best regards,

    • This reply was modified 4 years, 4 months ago by Astrobiologic.
    #1209761

    Hi,

    Are you able to re-enable right click so I can inspect the page?

    Best regards,
    Jordan Shannon

    #1209770

    ups sorry, it’s already disabled.

    #1210108

    Hi,

    Thanks, add this to quick css:

    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
    .flex_column.av_one_half.flex_column_div.first.avia-builder-el-1{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1210399

    Hello, thank you very much for your help,

    What I want is for the sidebar to become responsive sooner (shown below the content).

    Currently the right sidebar disappears (and is displayed below the content) in resolutions 480 pixels wide. I need the sidebar to disappear (and be shown under the content) a little earlier, from resolutions of 1024 pixels.

    Best regards,

    #1210494

    Hi,

    So the code I gave is fine for the promobox? You just need the sidebar (ad area) fixed now?

    Best regards,
    Jordan Shannon

    #1210528

    yes, I want the sidebar become responsive sooner.

    Best regards,

    #1210538

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 1024px){
    .sidebar.sidebar_right.smartphones_sidebar_active.alpha.units{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1210728

    Hello,

    It works halfway, the content becomes responsive but the sidebar remains empty.
    Attached screenshot where you can see it better (you can see the line and the empty sidebar):

    Best regards,

    #1211254

    Hi,

    Adjust css to this:

    @media only screen and (max-width: 1024px){
    .sidebar.sidebar_right.smartphones_sidebar_active.alpha.units{
    width:100%!important;
    }
    .container .av-content-small.units {
        width: 100%!important;
    }}

    Best regards,
    Jordan Shannon

    #1211380

    Hi Jordan, thank you very much for your help.

    It’s almost done, it works, but that part of the container needs to be hidden.

    A greeting and thank you very much for your help

    #1211988

    Hi,

    Apologies, which part is being hidden? The ad?

    Best regards,
    Jordan Shannon

    #1212193

    Hello, ^^

    if you look, the sidebar container and the sidebar line are still visible.

    everything is fine, it just needs the sidebar container and sidebar line to be hidden too, like the rest of the sidebar.

    thank you!! and Best regards,

    • This reply was modified 4 years, 4 months ago by Astrobiologic.
    #1212363

    Hi,

    Okay I see. Add this to the quick css as well:

    @media only screen and (max-width: 1024px){
    .content.units.av-content-small.alpha {
    border-right:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1212729

    Work Perfect!! Thank you Jordan +100… Best regards and have a nice day!!!!

    Jordan Rules!!

    #1212734

    Hi,

    HAHA Thank You! I’m glad to have helped, and if you need anything else please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Promobox Responsive at 1024px’ is closed to new replies.