• Hello, I am facing an issue with alignment of a section [block] I have created. “WHAT OUR NINJAS CAN OFFER TO YOU?” is the section, in which the services I have wrote aren’t properly aligned. Can someone guide me how can I make the both sides [right and left] look like the same?

    Here’s the link to the site: https://ninjacreativity.com/

Viewing 6 replies - 1 through 6 (of 6 total)
  • hello arbazkazi,

    Give this a shot. In your css, target this class name and remove the line of code below

    .vc_column_container>.vc_column-inner {
    padding-left: 15px; <——– delete this line of code
    }

    Thread Starter arbazkazi

    (@arbazkazi)

    @rgchang

    In custom CSS or Style.css?

    Most likely Style.css, but I would look in both files just in case

    When you’re in style.css or custom CSS file, press “Ctrl+f” for windows or press “command+f” for mac for a search bar to pop up. From there, type in “.vc_column_container>.vc_column-inner”. The search bar will help you find the class name you’re trying to target.

    Sorry, if this was confusing.

    Thread Starter arbazkazi

    (@arbazkazi)

    I tried searching it on both using the same method, but can’t find that code in both of them.

    Hmmmm……

    I think you would have to manually over ride the themes style.

    At the very bottom of the style.css file, type in this code

    .vc_column_container>.vc_column-inner {
    padding-left: 0px;
    }

    Thread Starter arbazkazi

    (@arbazkazi)

    It didn’t worked. :/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Fix Alignment of a Section’ is closed to new replies.