I have been trying unsuccessfully to center our logo and menu items. No matter what I do with padding and margins, nothing changes. When I go to the customize page, it looks perfect, but when I visit the website as a patron, everything in the header is left of center. Hoping someone can provide me with assistance.
]]>I need to find out how to make the main menu container wider. I’m trying to add one more menu item and every time I do, it wraps so that the new item starts a second line. I’ve been asked to add a link to the Shopping Cart in the main menu navigation and when I do, it appears under the far left item “SUBSCRIBE.” Nothing I do with the margins/padding seems to make any difference. Help!
]]>You need to rename your theme. There has been a theme over at ThemeForest that has had a theme with the same name for years.
It really caused a confusion with my client.
]]>In your selectors, you should replace
#primary #content
to
#content
Example selectors in style.css:
#primary #content h2 {
font-family: "bebas";
font-size: 30px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
#primary #content article img {
border: 1px solid #fff;
box-shadow: 1px 1px 0 0 rgba(157, 193, 24, 1);
max-width: 99%;
}
This could help to avoid issues with custom codes in the article which added with shortcode.
]]>Hello,
Since i’ve updated to v4, i got trouble with TinyMCE editor, some buttons (eg links) no longer works, and impossible to insert an featured image.
Someone can help ?
thx
]]>