Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #807610

    Hi, I am having trouble making this full width. I was told by the plugin dev that its an issue with the enfold theme, and I was hoping you guys can shine some light on it. When I make it full width, all products in the store become full width, I would just like this to be full width.

    Thank you

    #807811

    Hey dvalansi,

    The layour of the page at the moment seems a little confusing for me. So you want the entire section full width? Right now it is all aligned to the left.

    Best regards,
    Jordan Shannon

    #807832

    Yes, correct, I would like the section full width, when I adjust to 100%, it adjusts every product. I just want this page.

    #807839

    Hi,

    Add the following to quick css:

    #product-157 .single-product-main-image{
    width:100%!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #808102

    That works, thank you very much!

    #808104

    However, now it doesnt work on mobile.

    #808248

    Hi,

    What should the layout be on mobile? Should jars stack on top of each other?

    Best regards,
    Jordan Shannon

    #808260

    Yes, I that is how it should be.

    Thank you!

    #808270

    Hi,

    Try adding the following to quick css:

    @media only screen and (max-width: 767px)  {
    .mobile-list-layout-images{
    width:100%!important;
    }
    }

    Let me know if this resolves it.

    Best regards,
    Jordan Shannon

    #808286

    That makes it better, but still not good enough, is there a way we can push the images down to match the selectors? Much appreciated for your help.

    #808289

    Hi,

    Add the following:

    	@media only screen and (max-width: 767px)  {
    .mobile-list-layout-add-on-product-quantity{
    margin-top:-120px!important;
    margin-bottom: 50px!important;
    }
    }

    This may be as close as it can get via css without template modification.

    Best regards,
    Jordan Shannon

    #808297

    yes, looks good. the only last thing its outputting some weird lines. any way to remove that?

    #808306

    Hi,

    Add the following to quick css:

    @media only screen and (max-width: 767px)  {
    .mobile_list_layout.bundled_product_summary{
    display:none!important;
    }
    }

    This should remove the lines.

    Best regards,
    Jordan Shannon

    #808307

    Hi, that removes everything. removes the whole list.

    #808311

    Hi,

    Apologies, adjust to the following:

    @media only screen and (max-width: 767px)  {
    .mobile_list_layout.bundled_product_summary{
    border:none!important;
    }
    }

    Best regards,
    Jordan Shannon

    #808314

    yes, it works, thank you!

    #808315

    Hi,

    No problem at all. Are you needing help with anything else or shall I close this thread? If you need help in the future you can open a new one.

    Best regards,
    Jordan Shannon

    #808316

    Please close. Thanks

    #808320

    Hi,

    Great! If you need anything else, let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Making product full width’ is closed to new replies.