• Good evening,

    I’m quite new to CSS and I’m having trouble modifying my css on the website I’m working with (http://ortho.ariatis-testing.fr/)

    I would like to make the footer on only 1 column (and align it center)
    I would also like to make it smaller (not that height)

    I’m using a theme which doesn’t provide direct parameters to do so.
    I tried the following code:

    .footer-area .footer-top {
    	display:none;
    }

    But it does nothing…

    If you have an idea, I would really appreciate.

    Thank you very much in advance.

    Lydia

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this:-

    .copy-right {text-align: center;}
    
    .footer-area {padding-bottom: 0;}
    .footer-area .footer-top {padding-top: 5px;}
    • This reply was modified 5 years, 7 months ago by bcworkz. Reason: code fixed
    Thread Starter lydiawp

    (@lydiawp)

    Good morning @muktadhawan ,

    Unfortunately it doesn’t change anything (I forced the page to reload to apply the modifications)

    Thank you.

    Lydia

    Moderator bcworkz

    (@bcworkz)

    Where did you place the suggested code? Please add it to Additional CSS section of the customizer. The outer container width needs to be changed for centering to work. Also add this:

    .footer-bottom .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    Thread Starter lydiawp

    (@lydiawp)

    Thanks a lot @bcworkz , it worked!!

    Would someone has an idea of how modifying the footer?
    With this theme, I have access to Theme Options and I can write what must be displayed in the footer.
    I would like to add a link to Privacy page…something like:
    © Cabinet Orthodontie Drs CARAT & DUFIEUX – 1 Rue Pierre Renaudel, 33400 Talence<br/>Mentions Legales

    Thanks in advance if you have any suggestion.

    Lydia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Asking for help with css’ is closed to new replies.