- This topic has 16 replies, 3 voices, and was last updated 10 years ago by
Sakin.
-
AuthorPosts
-
April 17, 2013 at 8:37 pm #7212
jccaro
MemberCan you please send code to remove this? Thank you.
April 18, 2013 at 11:09 am #7243Sakin
Keymaster@jccaro: Just add the following CSS in “Custom CSS” box in Theme Options panel. Reduce the margin top as per your need.
#homepage-message { margin-top: 10px; }November 25, 2014 at 8:13 am #48035Stanley
ParticipantHi ,can you please tell me how to remove the white gap on the HOMEPAGE, between the TOP MENU and the HEADLINE message ?. website is ; beta.shenneljordan.com
November 25, 2014 at 12:50 pm #48040Sakin
Keymaster@Stanley: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead { padding-bottom: 0; } #homepage-message { margin-top: 0; }December 5, 2014 at 7:22 am #48518Stanley
ParticipantI’ve added the css code you provided but I still have the white line
#masthead {
padding-bottom: 0;
}
#homepage-message {
margin-top: 0;December 6, 2014 at 1:00 am #48547Sakin
Keymaster@Stanley: Oh that’s the border. You can add the following css:
#homepage-message { border-color: #423031; }December 7, 2014 at 2:02 am #48574Stanley
ParticipantThanks a lot Sakin, you are the best 🙂
December 7, 2014 at 2:32 am #48576Stanley
ParticipantHi Sakin
I realized the website doesn’t fit well on Internet Explorer.
please check the example below ;
https://www.dropbox.com/s/912zhacn2nuqgtw/Internet%20exploere.jpg?dl=0
it does not have problem on safari ;
https://www.dropbox.com/s/da98vstwrdztho4/safari.png?dl=0
Can you please tell me if I can remove this ;
https://www.dropbox.com/s/7kfjivs7qh1v949/all%20webbrowsers.png?dl=0.
thanks a lot for your help.
beta.shenneljordan.com
December 7, 2014 at 12:39 pm #48590Sakin
Keymaster@Stanley: For homepage message issue, can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#homepage-message { border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 100%; }For border that you show in screenshot in homepage, you can add the following css:
.home .site-content article { border-bottom: none; }December 7, 2014 at 11:05 pm #48614Stanley
ParticipantThanks a lot Sakin for the quick reply. the second code worked perfectly. I don’t have the grey line between article on the homepage anymore.
However the first code didn’t fix the INTERNET EXPLORER problem. Please note the website is ok will other web browsers. the gap between header and headline message is now only in INTERNET EXPLORER..
that example is internet explorer.
https://www.dropbox.com/s/912zhacn2nuqgtw/Internet%20exploere.jpg?dl=0
December 8, 2014 at 11:38 pm #48646Sakin
Keymaster@Stanley: I think you are checking with the older version of Internet Explorer. As I just check in with Internet Explorer 11 and it works perfectly same.
December 10, 2014 at 2:26 am #48696Stanley
ParticipantHI Sakin
Thank’s a lot, you were right the internet explorer was not updated on my work computer. I updated it, everything is now working fine.
Can you please tell me how I can removed or reduce the selected space on the following picture ?
https://www.dropbox.com/s/fkpqu13j1u4jam5/2014-12-09%2015.29.29.jpg?dl=0
beta.shenneljordan.com
December 11, 2014 at 1:05 am #48724Sakin
Keymaster@Stanley: That all white spaces are coming from your page “Home”, you can edit that page and remove all empty
<p></p>tags. To find those, you need to check in text mode in your page. See this screenshot which show where is text mode http://www.pinterest.com/pin/548594798332210926/November 10, 2015 at 12:03 am #79378Stanley
ParticipantHi Sakin
@Sakin
I’m having a problem with the footer widget. I would like the pictures to be aligned horizontally. all side by side on the same line.my website is shenneljordan.com
Thank you
November 10, 2015 at 1:14 am #79383Sakin
Keymaster@Stanley: I see that you have added in the following css in your custom css which is causing issue. just remove it and it will be fine:
#supplementary.three .widget-area { margin: 5; width: 33.33%; }November 10, 2015 at 4:05 am #79404Stanley
Participant@Sakin
It worked .
Thanks a lot for your constant outstanding support.
November 10, 2015 at 9:49 am #79416 -
AuthorPosts
- The topic ‘Whitespace between featured post slider and homepage headline’ is closed to new replies.
