Change Title width of the pages

Sidentra
Visitor
2 0 0

Hello,

I have been trying to modify the title widths of my collection pages. The title is now displayed in two lines instead of one as shown in the attached screenshot(bottom one).

Is there some code I can modify or are there some settings I overlooked to change this?

There is one page that doesn't have this and shows the title correctly(top screenshot) but all others don't. 

The URL to on of my site pages is https://gentlemanbulldog.com/collections/french-bulldog-accessories

 

Hopefully someone can help me with this

 

Thanks in advance,

Sid

image.png

Screenshot 2021-01-16 at 22.58.27.png

Replies 2 (2)

ErSanjay
Shopify Partner
293 20 42

@Sidentra   you need to change your theme collection template file 

https://shopify.github.io/slate.shopify.com/docs/0.14.0/css-examples/  here is reference  

 

<div class="grid">
        <div class="grid__item medium-up--one-half">
          <p class="grid-demo">2.1</p>
        </div>
    <div class="grid__item medium-up--one-half">
          <p class="grid-demo">2.1</p>
        </div>


        </div>

 

 

if can't do your self then hire me else

Business Owner & Shopify app developer - shopify consting - Full Stack Sofware Engineer
Er Sanjay
Sidentra
Visitor
2 0 0

And where do I add this code in in the theme collection file? I can't see this particular section of code?