Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Alp Friend
    #932954

    Hello everyone,

    where can I change the height of the logo row and the width of the site?
    I want the site to have as few space as possible on left and right.

    Screenshot: http://prnt.sc/b6ibd9

    Tnx for you kind help in advance and
    Best regards,
    Alp

    vizionz Friend
    #932958

    thats probably just the margins or padding for that div

    or could be the actual .container { width: 1200px; }

    .one-sidebar-right .t3-sidebar-right { padding-left: 20px; }

    like for side bars for my template i am using it has alot of padding that causes alot of space.

    look for lines like that in chrome or firefox developer and make the adjustments and you can see it real time without changing the code

    vizionz Friend
    #932963

    like you could probably set width of site by changing .container { width: 95%; <– to whatever width you want like that ? }

    not sure thats the best solution but i tried it on my website to test and it will fit the screen on mobile and desktop that way.

    and for the height of the logo just open up your page in firefox or chrome and right click around the area and you will see inspect element then just look for padding in the code and adjust it to see what it does.

    then they will basically tell you to add any changes to custum.css

    i dont see your actual site so cant tell you exactly but i looked at demo and i see this line

    header {

    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 12px;  <------ would be what youre looking for
    padding-bottom: 12px;

    }

    Alp Friend
    #932973

    ok tnx a lot for reply.
    In which style sheet ı have to change this?
    in template css?

    Alp Friend
    #932974

    .one-sidebar-right .t3-sidebar-right

    I thought there is no t3 framework in simpli?

    vizionz Friend
    #932977

    thats from my template not using that one that was just an example of how they add padding for some of the divs which would expand the size from the sides top and bottom. and as far as doing it you need to add it to a custum.css file but thats as far as i can tell you. i am still working on a responce for mine as well.

    most likely you need to add custum.css file with changes into your templatefolder/local directory but for me my custum.csss wasnt loading so i am still waiting for responce to my topic.

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

This topic contains 5 replies, has 2 voices, and was last updated by  vizionz 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum