Sequential Theme Help!
-
If anyone could help me with this that would be great!
a) Header- I would like to preload a few images and thats all you see that rotate
b) When I click on new pages it makes a home > page bar (hide it)
c) I want content to be centered (as in position not as in justification) with the navigation bar length
d) I also want it that length
e) I want to be able to move my footer bar (social media icons)
f) can I change the way the drop menu drops in the navigation bar? (as in I would like it to not go over to the next word)The blog I need help with is: (visible only to logged in users)
-
-
a) Go to Dashboard > Appearance > Header screen. In the Select Image section, use either Choose an image from your computer OR choose an image from your media library: and upload all the header images.
For the Uploaded Images field beneath Select Image, select the Random: Show a different image on each page. option.
This setting will result in different random header from the selected images to appear as a header image on each page.
b) This CSS will hide the breadcrumb, the technical term for home > page bar.
.breadcrumb-area { display:none; }c) Do you want to move your posts to the right? Could you please clarify?
d) I did not understand what do you want. Could you please clarify?
e) Move the footer to where?
f) I don’t see your navigation menu (About US) drop down interfering with any text. What do you refer as next word?
-
Thanks chaitanyamsv for your help!
c-d) Yes to the right and can you stretch it to be the same size as the space between project 88 and blog
e) to the right bottom as well.
f) when is drags down it overshadows the word of the nav bar to its right, is there a way to turn the rounded edges to rectangles instead? -
-
c, d)
@media screen and (min-width:1230px) { div#primary { margin-left: 100px; margin-right: 100px; width: 1000px; } }e) `
ul[id^=”menu-social”] li {
float:right;
}` -
-
f)
.main-navigation ul ul li:first-child, .main-navigation ul ul li:first-child > a, .main-navigation ul ul li:last-child, .main-navigation ul ul li:last-child > a { border-radius: 0px; }Please try these styles and let me know how it goes :-)
-
- The topic ‘Sequential Theme Help!’ is closed to new replies.