lazyym
Forum Replies Created
-
Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?I’d rather do it in css but I ended up putting it in a table because I could not get control of the style. That solved the alignment issue. I cannot for the life of me figure out how to lose all of the table borders.
<table style="width:auto"> <tr> <td>[wps-extended styles="0" slug="facebook"] [wps-extended styles="0" slug="linkedin"] [wps-extended styles="0" slug="twitter"] [wps-extended styles="0" slug="youtube"] [wps-extended styles="0" slug="mewe"] </td> </tr> </table>Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?.gallery-item {display: inline;}
This solved the gallery issues alignment.
Now I just need to apply to what I see with firebug as
attachment-post-thumbnail size-post-thumbnail wp-post-image
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Multiple horizontal image alignment?I am using symposium pro. I don’t want more plugins. Is this not possible in css?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Multiple horizontal image alignment?I began this mission without inline style. I fought it for a day or two trying to do it with css in a child theme. When I switch the twenty twelve or twenty fifteen, they line up horizontally but they will not with sixteen. I want to use sixteen. I removed the inline style and still a nogo. Can you help? How do I apply your suggestions?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Multiple horizontal image alignment?Still no joy….
[wps-extended slug="facebook" before="<div style='float:left;width:10%'>" after="</div>"] [wps-extended slug="linkedin" before="<div style='float:left;width:10%'>" after="</div>"] [wps-extended slug="twitter" before="<div style='float:left;width:10%'>" after="</div>"] [wps-extended slug="youtube" before="<div style='float:left;width:10%'>" after="</div>"] [wps-extended slug="mewe" before="<div style='float:left;width:10%'>" after="</div>"]I’ve even tried to change these from block to inline
.post-thumbnail img { display: inline; } .post-thumbnail { display: inline; margin: 0 7.6923% 1.75em; }Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?This is occurring with more than just this page. Its happening with other pages as well.
Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?The 32×32 facebook, mewe, youtube, linkedin, facebook icons down the page all currently line up vertically. I am not able to get them to line up horizontally. display:inline does not work for me. When I preview that template in any other previous theme, it works fine. I’ve spent days on the 2016 theme, I’d love to keep it.
Forum: Themes and Templates
In reply to: twenty sixteen images only display vertically?I was able to set this up so you don’t have to login: montanaguntrader.com/profile/lltrmt
I want to have images line up horizontally vs vertically like the icons for fb,tw,li,mewe, etc are doing below the profile photo. I’ve even tried inline style with no luck. It works fine in twenty twelve but its a no go in 16.
Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?Hooray! Who was the genius that decided box shadow was better? lol. Thanks man! Now help fix the horizontal image alignment issues!
Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?I use firebug and have a tough time finding anything in 2016. The images in 2016 will not align horizontally in a row on internal pages either. I have another post up for that.
Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?.com you’ll see the images in the sidebar underlined or bordered.
Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a, .textwidget a {border-bottom: none;}I put this exactly in there and still have underlined links and linked images.
Forum: Fixing WordPress
In reply to: Twenty Sixteen remove underline links in widget?Its an invitation only site with manual approval. I can’t find the code that controls the widget but I have not tried border bottom on links. I thought it was text decoration? I’ll start again