heytom88 Posted June 8, 2021 Share Posted June 8, 2021 Site URL: http://ninawrightinteriors.com/ Hey all! Just looking at trying to force a line break when on mobile. Its for the homepage - you'll see "Showhomes. Interior designed. One price." and on mobile, I'd love it to break over three lines: Showhomes. Interior designed. One price. It is part of a full width gallery. ny help would be hugely appreciated 🙂 Thanks! Link to comment
tuanphan Posted June 9, 2021 Share Posted June 9, 2021 Can you make this text "Show homes" bold, "interior designed" italic & "One Price" bold? If you can do this, we can acehive above easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
heytom88 Posted June 14, 2021 Author Share Posted June 14, 2021 Hey @tuanphan thanks for the reply! I dont know how to do that, as it's the title of an image in a gallery. See attached screenshot of the setup/what it is. What do you think? Thanks again in advance 🙂 Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 Try adding this Showhomes.<br/>Interior designed.<br/>One price.  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
heytom88 Posted June 16, 2021 Author Share Posted June 16, 2021 @tuanphanThanks mate, works a treat - but client would like that effect only on Mobile, is that possible? So the one line one desktop, across three for mobile the line breaks at points we don't want it to.. Â Thank you! Link to comment
tuanphan Posted June 17, 2021 Share Posted June 17, 2021 19 hours ago, heytom88 said: @tuanphanThanks mate, works a treat - but client would like that effect only on Mobile, is that possible? So the one line one desktop, across three for mobile the line breaks at points we don't want it to..  Thank you! Yes. You adde <br/> then let me know, we will give the code to remove br on desktop. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
heytom88 Posted June 21, 2021 Author Share Posted June 21, 2021 @tuanphan Ok, thanks mate! Code added..  Cheers Link to comment
tuanphan Posted June 22, 2021 Share Posted June 22, 2021 22 hours ago, heytom88 said: @tuanphan Ok, thanks mate! Code added..  Cheers Add this to Design > Custom CSS /* remove br tag on desktop */ @media screen and (min-width:641px) { h2.Index-gallery-item-content-heading br { display: none; } }  Poppyseeds 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment