• Resolved jdemeaut

    (@jdemeaut)


    Hi,
    My home page displays ok.
    But other pages of the site appears like “left aligned”.
    How to enable the full page display in the Virtue theme ?
    weird….

Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hey,
    Can you post a link? Make sure you are using a fullwidth layout and not a sidebar layout.

    Hannah

    Thread Starter jdemeaut

    (@jdemeaut)

    Hi Hannah,
    Here is the link..
    https://www.exclusiv-it.com/en/home/
    The Home layout is ok, but not the others pages linked to the Menu (open the PRIVATE one)
    By the way, on the Home page you will find 3 boxes…any idea how to change the Grey color by another one…not find any setting :-(((
    Thx !!!

    When you edit the pages that look “left aligned” look at what template they are using. It is probably one that has a sidebar.

    Thread Starter jdemeaut

    (@jdemeaut)

    all ok Hannah,
    Switched to Fullwidth layout and layout appears as requested !
    Thx !!!!
    Any idea for the 3 boxes color change ?

    you have to edit your virtue.css file, or add some custom css in the theme that will override it. this is the css that needs to be changed.

    .home-iconmenu a {
        display: block;
        background: #ddd; <------DEAFULT/BACKUP COLOR
        background: rgba(0,0,0,.14); <------RGBA VALUE FOR MODERN BROWSERS(change this one or remove it and just use hexidecimal values)
        padding: 10px 20px;
        text-align: center;
        color: #fff;
        transition: background .4s ease-out;
        -webkit-transition: background .4s ease-out;
        -moz-transition: background .4s ease-out;
        -o-transition: background .4s ease-out;
    }
    Thread Starter jdemeaut

    (@jdemeaut)

    Thx Mr Case !
    Will try it and let you know.
    Many THXXX

    You’re welcome. can you mark this post as resolved.

    Thread Starter jdemeaut

    (@jdemeaut)

    Done ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘page display as "left aligned" and cannot be changed’ is closed to new replies.