Wallbreaker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Experon] Experon – Header BG and MenuNice y have manged to ceck the sections it is really often hard to find necessary layer bt the joy and horray is the reward.
Forum: Themes and Templates
In reply to: [Experon] Experon – Header BG and MenuFirst part with margin is about centering using auto margin value from both left and right side – used for horisotal centering of “div” blocks.
#header-links-inner { display: table; margin: auto; } .main-navigation { float:none!important margin: auto; }Should work.
Regards
Wallbreaker- This reply was modified 9 years, 6 months ago by Wallbreaker.
Forum: Themes and Templates
In reply to: [Experon] Experon – Header BG and MenuHello
You may try simply add
background: transparent;css properety to the suitable html page item using css class or make changes directly to the <section>, <body> etc. PLease clarify what image you would like to get and i will answer within 1 day.Regards
WallbreakerForum: Themes and Templates
In reply to: [Virtue] Secondary Menu StylingHello,
Hope burning.
Try these few lines of css in your custom files. THey should provide minor changes to the menu. I am just voloteer here and not theme developer but hope it will assist you in styling:.kad-mobile-nav .kad-nav-inner li {border-bottom:1px solid white} .nav-trigger-case {left:0%!important;width:100%!important} #mobile-nav-trigger, .nav-trigger{width:100%!important;}Regards,
WallbreakerForum: Themes and Templates
In reply to: Add Theme Not WorkingHello. Do you have any errors messages in your browser console devtools?
Forum: Themes and Templates
In reply to: [Experon] Experon – Header BG and MenuHello
Try out to add this line into the custom.css. It can be found in appearance ->editor ->childtheme style.css.
#pre-header{position:absolute;top:0;left:0;}Regards,
WallbrekerForum: Themes and Templates
In reply to: [Sydney] Adding second line of Menu itemsMost of the themes does not support multiple menus by default. There is two ways then – go and overwrite theme php files or create many menu items and add specific css class to each of the menu element. Then you will get many menu lines and thefore seond line will appear. The first menu items may have different font and the first and last menu item with specific styling may have big enough paddig right and left css values to oush other menu items on second line. Please provide us with link to your site to train in css))
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Optimizer] Remove author and author profile picture from posts.Maybe it is orverwritten by another css. Please try add !important tag as `follows:
.single_metainfo .fa-user,
.single_metainfo .vcard .author .post-author,
.single_metainfo .catag_list,
.single_metainfo .fa-th-list{
display:none!important;
}`Regards.
WallbreakerForum: Themes and Templates
In reply to: Reposition/hide post titlesPlease provide me with the link to your site if you are developing not on localhost.
Forum: Themes and Templates
In reply to: [Customizr] Move shopping cart icon to the main menuHello
Please try add following code into the custom.css:
.pull-menu-right .nav-collapse { position: absolute!important; right: 21rem; top: 0.7rem;}This will make something like this: http://prntscr.com/a6lewr;
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Customizr] Move shopping cart icon to the main menuHello, CustomizrLuvr.Do you wat to place it before “home” link. I mean both tagline and shopping cart.
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Popper] Reduced Header Image on Static Front PageHello
Please try add following code into the custom.css:
.header-background-image { background-size: 100% 100%; }Regards,
WallbreakerForum: Themes and Templates
In reply to: [Dustland Express] How can I make the side bar smaller?Hello
Sorry for the long delay with answer. You may try following solution:
.widget-area{width:15%} .content-area{width:85%;padding:0px !important;};Regards
WallbreakerForum: Themes and Templates
In reply to: [Trope] blog title taking up too many linesYou are welcome!
Regards,
WallbreakerHello
Please provide me with the link to your site.
Regards,
Wallbreaker