• Resolved vaishakp9

    (@vaishakp9)


    Hello !

    I would like to know how to reduce the margins of each of the pages, so that the text in page moves a little to the left.

    Thank You !

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vaishakp9

    (@vaishakp9)

    Also, there’s this on my page, to make it look clean.

    <style type = ‘text/css’>
    #header, #footer, #topbar, #containerfooter, #pageheader { display: none !important; }
    </style>

    hannah

    (@hannahritner)

    Hey, can you post a link?

    Thread Starter vaishakp9

    (@vaishakp9)

    Oh .. my bad.

    swtest.comoj.com/?page_id=173

    Thanks, hannah !

    hannah

    (@hannahritner)

    Try posting these codes into your custom css box in appearance > theme options > advanced settings.
    This for the text:

    .contentclass {
    margin-left: 100px;
    }

    This for the logo:

    #logo {
    margin-left: 40px;
    }

    Definitely feel free to play around with the margin size.
    Hope this helps!
    Hannah

    Hey,
    I think this might work a little better for you, try adding this css to the theme options > advanced settings:

    @media (min-width: 1200px) {
    .container {
    width: 970px;
    }
    }

    Kadence Themes

    Thread Starter vaishakp9

    (@vaishakp9)

    Thanks hannah, and Kadence themes.

    Worked like a charm.

    Love the theme.

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

The topic ‘Page Width’ is closed to new replies.