View Single Post
Old 04-06-2020, 01:46 AM  
drexl
Whale Hunter
 
drexl's Avatar
 
Industry Role:
Join Date: Jan 2016
Posts: 930
Quote:
Originally Posted by GoCastaway View Post
Maybe make it a <div> instead of a <p>?
I was following the cb guidelines: "You may use some HTML tags (a p i strong b u ul ol li h1 h2 h3 img font br span)."

Quote:
Originally Posted by GoCastaway View Post
This is the standard css way to display on desktop or mobile:


<div id=”content-desktop”>
This is the content that will display on DESKTOPS.
</div>

<div id=”content-mobile”>
This is the content that will display on MOBILE DEVICES.
</div>
Now that we have 2 containers how do we style them using just inline CSS, which is the constraint we have to live with if Custom CSS is not enabled for your whitelabel?
__________________
drexl is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote