I think others may have posted similar, but cant find an answer. I would like to set my product pages as full width. I will attach the codes below
I have the same issue. Did you get any resolution with this problem?
@David007 wrote:I think others may have posted similar, but cant find an answer. I would like to set my product pages as full width. I will attach the codes below
Hey Everyone.
If you can make a mockup and provide your store link I would be happy to send an invite from my partner account to take a look at your store. Based on your description I do not think it would be to hard to do. As such, I would not charge you anything for it.
Best Regards,
Duncan.
Isle of Misfit Code & Development
Hello Dear Shopify Developers.
I use the minimal theme ,
I like it so much , but I would like to add some preferences on the store I have opened ,
would you help me with the codes and exact line to touch , and the file ..
this is what I would like to do
1> the slide show , I would like to have some more pixels for my slide pictures to show very well as I wold really like that spirit be shared with the visitors of my stores to buy my products ,, quietness and so on , I would like to have some more pixels in height,
2> the second thing is ,, I would like to have a slideshow button , as on the ``Brooklyn them`` ,, so that I could use that opportunity to have my clients buy directly using a link right upon the slide show rather than having them to produce any extra effort to go to the products ,to buy ,, a sort of call to action right in front ,,,
3> on the phone ,,``mobile`` display of my theme ,, ``Minimal ``,, the menu become ``superposed`` what I would like to avoid ,,because I think online clients are already so focused on many others of their person details on the net , not only , and the scarcity of time for many details of the numerical time we live in ,, they don`t care to give any utility in searching to scroll down menus to read them all and so on,, I have somehow noticed that the features ,,or here the ``menus`` right in-front helps solve for us all that problem whiteout and increases ``conversion`` better ,,so ,, this is my question ,, how would I on the minimal theme customize or retouch my codes to make the mobile display have its menu ,,``the home menus`` not be superposed but look as on the computer display ,, I mean ``a menu after an other ,,using the empty space after the logo in the header instead of going in the announcement bare and be superposed ,,
dear Guru ,, I love your helps so much , they have so so so much helped out here ///
so ,, Thanks for all the answer you`ve given already in many others post of yours,,
socialfundfordevelopment77@gmail.com
I use the Debut theme and I had shopify do the change for me. After looking at the code I feel like an idiot for not even trying this. Super simple edit!!
this is the default.
<div class="product-single__description rte"> {{ product.description }} </div> {% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> </div>
Basically we are going to move the <div class="product-single__description rte"> below the end if and two divs.
{% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> {% comment %} moved product description to be full width {% endcomment %} <div class="product-single__description rte"> {{ product.description }} </div> </div>
This is the easiest change and it works like a charm!!
It automatically works for me. Could you send me your code and I can help to see what's wrong?
Hello, I'm been trying all sorts of things to do this! So this sounds ideal but I'm really slow with the coding side, can you please explain where this code goes and show what the result looks like? THANK YOU..
@questilar wrote:I use the Debut theme and I had shopify do the change for me. After looking at the code I feel like an idiot for not even trying this. Super simple edit!!
this is the default.
<div class="product-single__description rte"> {{ product.description }} </div> {% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> </div>Basically we are going to move the <div class="product-single__description rte"> below the end if and two divs.
{% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> {% comment %} moved product description to be full width {% endcomment %} <div class="product-single__description rte"> {{ product.description }} </div> </div>This is the easiest change and it works like a charm!!
@questilar wrote:I use the Debut theme and I had shopify do the change for me. After looking at the code I feel like an idiot for not even trying this. Super simple edit!!
this is the default.
<div class="product-single__description rte"> {{ product.description }} </div> {% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> </div>Basically we are going to move the <div class="product-single__description rte"> below the end if and two divs.
{% if section.settings.show_share_buttons %} {% include 'social-sharing', share_title: product.title, share_permalink: product.url, share_image: product %} {% endif %} </div> </div> {% comment %} moved product description to be full width {% endcomment %} <div class="product-single__description rte"> {{ product.description }} </div> </div>This is the easiest change and it works like a charm!!
User | Count |
---|---|
417 | |
200 | |
145 | |
57 | |
43 |