Forum Replies Created
-
AuthorPosts
-
mlevine3@esu.eduParticipant
Never mind, I found the issue.
mlevine3@esu.eduParticipantYes that worked.
Here is my issue, which I have no idea how to do. We are using a hashtag #ESUGrad. Our public relations people want a social widget on the commencement home page that will display actual post from Facebook, twitter and Instagram when the hashtag is used. Do I need a different plugin for that?
mlevine3@esu.eduParticipantOK that increased the image height. What I noticed that the white space above the menu button starts to increase. The higher I make the image the more white space appears above the button.
mlevine3@esu.eduParticipantI think I figured out most of the issues except for one. How can I control the height of the header image in mobile? The image is pretty small on mobile.
mlevine3@esu.eduParticipantAfter minimizing my desktop to view and then expand the window slightly, the white space re-appears. Also I would like the header image to be larger or fill the space with a higher image.
Screenshot: http://www4.esu.edu/images/wordpress/education2.jpg
mlevine3@esu.eduParticipantIs it possible to have more of the image height show in the header?
mlevine3@esu.eduParticipantInteresting? I have been using a CSS plugin (Simple Custom CSS), which I use often on sites. I took your last 2 CSS suggestions
#masthead{
background-size: cover;
}
#masthead {
background-position: inherit;
}and placed them in your Advanced Options and they worked, crazy.
mlevine3@esu.eduParticipantI appreciate your quick turn around but the image still does not go side-to-side.
mlevine3@esu.eduParticipantI decided to go back to the header image instead of the slider because I prefer the navigation on the bottom of the image. With that said, I still have white space on both sides of the image.
mlevine3@esu.eduParticipantI am already using the CSS
#main-slider .cycle-caption {
border-right: 8px solid #BD2925;
}The gold color only changes read on mobile not on desktop. I even tried adding !important.
mlevine3@esu.eduParticipantI increased the size of the image and removed the CSS and it still does not go full width. Also the nav bar is still above the image, I would like it below the image.
mlevine3@esu.eduParticipantI just noticed that the gold color on the caption changes color on mobile view, but not on desktop.
mlevine3@esu.eduParticipantHow do you change the gold color on the right side of the caption? I tried this CSS, but didn’t work.
#main-slider .cycle-caption {
border-right: 8px solid #bd2925 !important;
}mlevine3@esu.eduParticipantAlso the image does not fill entire space.
mlevine3@esu.eduParticipantI have the single image set for the slider. However the image is displaying below the navigation and I now have a big white space above the navigation.
-
AuthorPosts