• Resolved dalai2017

    (@dalai2017)


    Hello.

    I’m looking for the necessary “additional CSS code” to adjust the margin space. I need something more specific than “.content” because it can’t affect our homepage. It’s specifically for our webpage content excluding the homepage.

    I’m including a link for one of the pages with top margin space I am trying to minimize: https://dalaigroup.com/san-diego-seo/

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello dalai2017,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .mythemes-columns {
     margin-top: -32px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter dalai2017

    (@dalai2017)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Margin Space | Top Margin Customization’ is closed to new replies.