Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #957080

    Hi, how can I right align the related items title in the cart page?

    #957259

    Hey DROR,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    
    .cross-sells h2 {
        text-align:right;
    }
    
    /* End CSS */
    
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.