Viewing 3 replies - 1 through 3 (of 3 total)
  • https://designshack.net/articles/css/how-to-center-anything-with-css/

    https://www.tipue.com/blog/center-a-div/

    should give some help

    css for featured

    featured {
        background-color: #808080;
       }

    I’m not familiar with the plugin but this is the class to target if using a child theme.
    If you use

    #featured {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    }

    this removes the background color and you may feel you no longer need to centre it vertically

    Thread Starter jacsify

    (@jacsify)

    Thank you so much Marklcm! The background colour worked brilliantly. Still having some trouble understanding how to centre as I said before, I’m completely new to CSS. I have tried a couple of the examples given, however, it’s just not working! Getting a little frustrated, why isn’t there just a centre centre align?

    Thread Starter jacsify

    (@jacsify)

    Got it!

    #cycloneslider-164-1 {
        margin-top: 40px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider alignment and background colour assistance’ is closed to new replies.