Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Pinpoint
  • #53684
    ebQuickstart
    Member
    Post count: 2

    Hello,

    I’m trying to increase the site’s overall body width while in Full Width mode, is there some custom CSS for this?

    Also in Full Width mode, is there a way set the background to be a different colour (say light grey) while keeping the body beneath the content white?

    Thank you!

    #53815
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, can you post up your website URL so we can give you css tailored especially for your website? ๐Ÿ™‚

    #54084
    ebQuickstart
    Member
    Post count: 2
    This reply has been marked as private.
    #54263
    Melanie – SUPPORT
    Member
    Post count: 11032

    Okay the width issue will be a little more complicated.

    we can use this

    .container {
    width: 1200px;
    }

    to increase the main container but you would also have to change all the grids to match the content of the container as well ๐Ÿ™

    You can change the background to light grey with this custom css

    #boxed-container {
    background: #eee!important;
    }

    But just to make this clear: we are talking about the link you posted, right? Because you talk about full width but the website on the link is in boxed mode.

    #54589
    ebQuickstart
    Member
    Post count: 2

    Hi Melanie, thanks for the response!

    Yes, the link is correct, the site’s in boxed mode still while I’m making some changes. My ultimate goal for the site is to have it full width (for the sake of using a full width slider) but then the body container’s width to increase so there’s not quite so much white space surrounding it.

    The grids you mentioned, are you referring to the Page Builder layout?

    #54603
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    We use the bootstrap framework, that is the grid she was referring to. You would have to overwrite quite a lot of bootstraps css to achieve this.

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register