Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #977730

    Hi,

    I am completely new to this website building, but have found the majority of my customization could be done by searching your support forum.

    Unfortunately, one thing I have not figured out is how to reduce the margin/ padding on my website. I tried the quick CSS listed here:

    https://kriesi.at/support/topic/change-the-margin-width-to-the-main-content-area-and-side-bar/

    You can see on my website that my widgets on the sidebar is very narrow. I would like it to be wider, like on this website:

    Thanks in advance for your support!

    #977790

    Hey artngo,

    You can change the container width under Enfold->General Layout->Dimensions.

    Best regards,
    Rikard

    #977805

    Hi Rikard,

    Thank you for the quick reply.

    Unfortunately, changing any of the values in the Dimensions Tab under General Layout did not do anything. I cleared my cache and disabled all plugins expect a Word press Login Hider.

    I followed recommendations from a previous post, but the suggestions there did not make a difference on my website either.

    Any suggestions from here?

    Thanks,

    Art

    #977892

    Hi Art,

    Thanks for the feedback. Please try to set it manually instead using this in Quick CSS:

    .container {
        max-width: 1310px;
    }

    Adjust the pixel value to your liking.

    Best regards,
    Rikard

    #977938

    HI Rikard,

    I did see this string of code in older posts. I tried again and disabled plug-ins, refreshed browser cache, but it isn’t doing anything to my website.

    Best,

    Art

    #978243

    Hi Art,

    Thanks for the feedback. Though I can see that the container width has changed on your site, so the code is applying. Please try to clear your browser cache and reload the site or check in an incognito window using Chrome.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.