Forums
(@kamalcha)
10 years, 11 months ago
great you sort it out ?? anyways, you can use “background” or “background-color”
just add new rule on your css file like this: figure.wp-caption { margin: 0 auto; } if that’s not working you might want to add !important after auto
just remove the body.main style.
add margin: 0 auto; to figure.wp-caption class in css file, I believe it’s in virtue.css
I think that page_title(); you can check on your calendar event page and turn it off or you can hide it with css
use this code
.uk-subnav > li:nth-child(1) > a { color: #D70; } .uk-subnav > li:nth-child(1) > a:hover { color: #000; }
it’s should do it
just add :hover on the element css and use background-color to change the colour
there is this css code you should change on responsive view:
body .main { float: right; }
change to:
body .main { float: none; }
and on this class figure.wp-caption add margin: 0 auto;
margin: 0 auto;