-
AuthorPosts
-
Alp Friend
Alp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 21, 2016 at 9:20 am #932954Hello 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,
Alpvizionz Friendvizionz
- Join date:
- May 2016
- Posts:
- 30
- Downloads:
- 157
- Uploads:
- 8
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
May 21, 2016 at 10:29 am #932958thats 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 Friendvizionz
- Join date:
- May 2016
- Posts:
- 30
- Downloads:
- 157
- Uploads:
- 8
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
May 21, 2016 at 10:44 am #932963like 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 FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 21, 2016 at 12:00 pm #932973ok tnx a lot for reply.
In which style sheet ı have to change this?
in template css?Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 21, 2016 at 12:08 pm #932974vizionz Friendvizionz
- Join date:
- May 2016
- Posts:
- 30
- Downloads:
- 157
- Uploads:
- 8
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
May 21, 2016 at 12:22 pm #932977thats 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.
-
AuthorPosts
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