Home Forums Basel support forum Left align text widgets

Left align text widgets

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #104667

    Loopandcorkscrew
    Participant

    Hi All,

    Anyone have any ideas how I can left align text widgets?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please provide your site URL, if your site is under maintenance, provide us with your site admin access to the private area.

    Best Regards

    #104929

    Loopandcorkscrew
    Participant

    Hi Elise,

    Address is below:

    #104949

    Hello,

    Please add this code to the Theme settings > Custom CSS > Global:

    body .single-product-content .shop_attributes td p, 
    body .single-product-content .shop_attributes th p {
        text-align: left;
    }

    Best Regards

    #108017

    Loopandcorkscrew
    Participant

    Thanks for that, It seems to adjust on some pages and not others. Any ideas?

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

    Hello,

    Please provide product page URL where it is not aligned, the reason is that I provided code for the single product, I suspect that variable or other types of products may have the problem.

    Best Regards

    #108039

    Loopandcorkscrew
    Participant

    Hi there, address is below:

    #108098

    Hello,

    The text aligned to the left http://prntscr.com/mmkg6e

    Best Regards

    #108265

    Loopandcorkscrew
    Participant

    Is there any way to drag that text over further like in the link below?

    #108305

    Hello,

    The width of the table column depends on content now https://gyazo.com/8cb44eeb8ea80b015e8571d5e4ea2042

    You can add this code to the Theme Settings > Custom CSS > Global

    .single-product-page .product-image-summary .shop_attributes th {
    	width: 110px;
    }

    The column would not be flexible and adapt for the content in this case

    https://gyazo.com/c5293377443668a622d68a5e39d83c4f

    Best Regards

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