Jump to content

[Solved] Custom CSS


superskyman100

Recommended Posts

Prestashop 1.7.5.1

Theme warehouse 4.2.1

sexy-cherry.com (browser login : prod, browser psw : prod)

 

Hello,

I'm a newbie, know nothing about CSS but maybe someone here can help to add some little custom CSS to add some space here :

1439796668_spacedeliverytime.thumb.jpg.c637f49dc46036b38889f712b848e89a.jpg

 

.... between the price and the text saying 'free delivery btw 7-20 days'

 

This text is configuration in the Prestashop BO here :

image.thumb.png.f3f6466323d49e19e78962f9db3d2950.png

 

If anyone can help....

Thanks

 

 

 

 

 

 

Edited by superskyman100 (see edit history)
Link to comment
Share on other sites

Hi,

Learning 2 languages for just one or two CSS edits seems a bit overkill to me. 

Just add: 

.tax-shipping-delivery-label {
margin-top:15px;
}

to: 

/themes/yourthemename/assets/css/custom.css
This file should exist. If not, create it.

You can lower or raise the 15px. 

  • Haha 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...