Home Forums Basel support forum Product Short Description not formatting correctly

Product Short Description not formatting correctly

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #77965

    arkenm
    Participant

    Hi,

    I’ve attached a screenshot of what is happening when I put icons into the product short description. I want them all to align left, I’ve also included the code at the bottom perhaps I’m doing something wrong?

    Attachments:
    You must be logged in to view attached files.
    #77980

    Hello,

    Wrap each block in div assign a class and write text-align: left

    Best Regards

    #77988

    arkenm
    Participant

    When I do that it shows like the screenshot it just bunches them up closer together.

    Is this correct?

    <div class=”text-align:left”> CONTENT HERE </div>?

    #78022

    Hello,

    HTML:
    <div class=”my_content”> CONTENT HERE </div>

    CSS:

    .my_content{
    test-align: left;
    }

    Best Regards

    #78032

    arkenm
    Participant

    Still the same problem. I put the CSS in the global CSS section on the theme and then used the code below.

    Attachments:
    You must be logged in to view attached files.
    #78091

    Hello,

    Please try this way:

    <div style="text-align:left; clear:both;"> CONTENT HERE </div>

    Best Regards

    #78289

    arkenm
    Participant

    Thank you worked perfectly!

    Another quick question, is it possible to change the colour scheme within the theme options for the cart?

    Thanks!

    #78322

    Hello,

    The colors are set globally for the whole site. In order to change navigate to the Theme settings > Style and Colors. All the rest is changed by custom CSS.

    Specify what do you need to change by custom CSS (if any) we shall provide CSS.

    Best Regards

    #78708

    arkenm
    Participant

    Hi,

    Sorry just seen this message, I’ll add screenshots of what I need changes to what colours if ok?

    Colour: #d2b39f

    Basically just the header bar?

    Attachments:
    You must be logged in to view attached files.
    #78712

    Hello,

    Change the color and add this code to the Theme settings > Custom CSS:

    body .page-title .entry-title, .page-title h1 {
        color: red;
    }
    .page-title.color-scheme-light .breadcrumbs span,
    .page-title.color-scheme-light .breadcrumbs a, 
    .page-title.color-scheme-light .breadcrumbs a:hover{
        color: red;
    }

    Best Regards

    #78713

    arkenm
    Participant

    Thats literally just changed the text to red?

    I would like the banner to match the rest of the site, also on the mobile version if possible.

    #78748

    Hello,

    Yes, this code will change the price into the red, replace “red” with the color as per your needs.

    Which banner do you want to modify and how? Please provide the screen and page URL

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)