• Resolved happy_camper

    (@happy_camper)


    Hi I’m using the Circumference Lite Child theme and I would like to reduce the height of the Call To Action Text widget. I’ve just got a phone number in that area, then a slider image below that (a slider plugin that sits at the top of the static homepage)
    Can anyone tell me what is the div id for reducing the height of the Call to Action Widge area? It is taking up too much space, especially on mobile devices.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry for late reply… the styling for the call to action area is found in the theme’s style.css file around line 630 and looks like this:

    /* Call to Action */
    #cir-cta {
    	text-align: center;
    	padding: 1.250em 0;
    }

    It has a top and bottom padding of 1.250em which is what you would want to change. This also means you need to use a plugin that lets you make custom CSS changes, or if you are using a child theme, then you can do your modifications there.

    Thread Starter happy_camper

    (@happy_camper)

    Cheers mate, just replying to close the topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call to action widget’ is closed to new replies.