Tagged: x
-
AuthorPosts
-
April 15, 2016 at 2:12 pm #884700
brianwelshParticipantAreas I would like to control the padding for:
http://www.webmessage.co.uk/screendump.jpg
There is also a lump of space at he bottom of the content
I would like to controlThanks
BrianApril 16, 2016 at 4:13 am #885493
Rue NelModeratorHello Brian,
Thanks for writing in! To control the padding in your site, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-container.max.width.offset { margin: 40px auto; width: 95%; max-width: 100%; }Feel free to change the width which is up to 100% or even set the margin.
Hope this helps. Please let us know how it goes.April 16, 2016 at 6:35 pm #886171
brianwelshParticipantHi,
Thanks for the reply. Is there a way so set up an email when someone replies to a question?
Thanks
BrianApril 16, 2016 at 6:43 pm #886179
brianwelshParticipantHi,
That sorts out the body area nicely! Can we do anything abou the Topbar Content? I have it with an image in at he moment
but there is padding at the top and sides that I would like to adjust.Thanks
BrianApril 17, 2016 at 8:35 am #886769
ChristopherModeratorHi there,
Please subscribe to this topic.
Please add this as well :
.x-topbar-inner.x-container.max.width { width: 100%; max-width: 100%; } .x-topbar .p-info { float: none; } .x-topbar-inner img { width: 100% !important; } p.p-info { margin: 0 !important; }Hope it helps.
April 19, 2016 at 5:02 am #889689
brianwelshParticipantHi, That worked in the main thanks! One slight problem is the padding at the bottom of the topbar. It means the navigation identifiers have white space above them. Any chance you could have a look please?
Thanks
BrianApril 19, 2016 at 5:03 am #889694
brianwelshParticipantTry again with an image upload of the problem
April 19, 2016 at 8:33 am #890032
Paul RModeratorHi Rian,
To remove the space, you can add this under Custom > CSS in the Customizer.
.x-topbar { max-height: 277px; }Hope that helps
April 20, 2016 at 7:18 am #891659
brianwelshParticipantYou are a STAR!!!
April 20, 2016 at 10:47 am #892032
John EzraMemberYou’re most welcome! 🙂
May 4, 2016 at 5:50 pm #913362
brianwelshParticipantHi,
This is a new install of the same site. I have moved the site.
I am having a problem still with the padding underneath the contact bar. I have attached an screen dump and the custom CSS I have:
.x-logobar{
display:none;
}
.entry-wrap{
padding: 20px;
}
.x-navbar .x-nav .sub-menu a {
font-size: 15px;
}body .x-logobar .x-container.width {
width: 100% !important;
}.site .x-container.max.width.offset {
margin: 30px auto;
width: 90%;
max-width: 100%;
}
.x-topbar-inner.x-container.max.width {
width: 100%;
max-width: 100%;
}
.x-topbar .p-info {
float: none;
}
.x-topbar-inner img {
width: 100% !important;
}
p.p-info {
margin: 0 !important;
}
.x-topbar {
max-height: 279px;
}*******************************************
Is there anyway I can be notified when there is an answer? [email protected]Thanks
BrianMay 4, 2016 at 11:18 pm #913740
RupokMemberHi Brian,
Thanks for writing back. Your below code causing this issue :
.x-topbar .p-info { float: none; }Let’s remove this to get expected result. You can use this instead to get the image fullwidth:
.x-topbar .p-info { width: 100%; }And to get email notification, you can subscribe your post from the top – http://prntscr.com/b0fhtz
Hope this helps.
Cheers!
May 20, 2016 at 8:54 am #1001526
brianwelshParticipantHi,
I seem to have removed the link indicators on the header!
Can you have a look please?
Thanks
BrianMay 20, 2016 at 11:23 am #1001735
Nabeel AModeratorHi again,
Can you please try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-topbar { max-height: 262px !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-884700 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
