• jrubiogtz

    (@jrubiogtz)


    In my site I have a margin that I don’t need and don’t want, leave a comment and no category are in the left side not in the bottom as you can see in the pic below. I want the margin as in the Storefront demo site (right part of the pic)

Viewing 3 replies - 1 through 3 (of 3 total)
  • codeManiac

    (@codemaniac)

    Hey jrubiogtz !

    I don’t see any pic below. maybe you forgot to paste the link ? no worries it happens ??
    Can you provide your website url ? this will help understanding what your problem really is ??

    Cheers !

    Thread Starter jrubiogtz

    (@jrubiogtz)

    codeManiac

    (@codemaniac)

    What about this ? https://imgur.com/8Q3naMh
    That’s with max-width:90%;

    Go to your style.css and search for this part :

    .col-full {
        margin-left: auto;
        margin-right: auto;
        max-width: 65.141em;
    }

    and change max-width to 90% to become :

    .col-full {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    And btw you can increase that 90% to the percentage you want until it meets your needs but trust me don’t try 100% there is always need to some spacing ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacin problem on Blog Page’ is closed to new replies.