Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1403381

    Hi Mike,
    I continue here the customization of the Shop (and in this specific case, of a Bookshop).

    After finding, thanks to you, the solutions to add the Author and Editor attributes below the book title, I would now like to make a change to the Price spacing.

    I would increase the space above the price. I tried via CSS, but failed.
    The space above assigned to the price is not accepted.

    In the private area I put the data to access, if necessary, the admin user.

    Best regards
    Oriano

    #1403417

    Hey Oriano,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab

    
    #top.single-product .price {
      display: block;
      margin-top: 30px;
    }
    

    Best regards,
    Yigit

    #1403421

    Hi Yigit,
    thank you, your css does exactly what I needed.

    Best regards
    Oriano

    #1403427

    Hi,

    You are welcome, Oriano. Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Shop #3’ is closed to new replies.