Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1053845

    How can I reduce the margins or padding on the right side of the main container and the left side of the sidebar so the content on both sides is closer to the vertical border line? Right now there is about a half inch white space on each side. I would light for it be tighter.
    Thank you.

    #1054014

    Hey TheGrinch18,

    I tried to check on your site however it returns:

    DNS Lookup for "www.yoursite.com" failed. System.Net.Sockets.SocketException No such host is known

    Best regards,
    Nikko

    #1054094

    Here it is…

    #1054263

    Hi TheGrinch18,

    https://cl.ly/a65cc04be4ee Do you mean you want to reduce the margin on both sides of the border?

    Best regards,
    Victoria

    #1054276

    Yes please.

    #1054325

    Hi TheGrinch18,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .content .entry-content-wrapper {
        padding-right: 20px;
    }
    .inner_sidebar {
        margin-left: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1054365

    Thank you Victoria! It worked perfectly.

    #1054429

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Enfold: Sidebar left padding or margin’ is closed to new replies.