huntingdragon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Stay] Sizing of widgets in header and primaryOk, to fix the text overflow, I changed the css style sheet
#secondary {
float: left;
margin: 0 30px 15px -100%;
width: 250px;width from 350 to 250. seems like it was slightly off by default.
Resolved!
Forum: Themes and Templates
In reply to: [Theme: Stay] Sizing of widgets in header and primaryIt seems that having two tabs open with admin privileges was preventing the changes from sticking. in order to move the images over just had to change the width on that masthead .widget-are as stated above.
Forum: Themes and Templates
In reply to: [Theme: Stay] Sizing of widgets in header and primarySo this may turn into a general php/css question. I’ve been inspecting the element on the website, messing around with settings. By modifying the css styles, specifically:
#masthead .widget-area {
float: right;
margin: 45px 0;
width: 450px;I determined that Margin and width determine the float location in the header. I was able to push the images down and to the left. However, when I modified the code in the editor, nothing happened. Is something over-riding these changes?
Forum: Themes and Templates
In reply to: [Theme: Stay] Sizing of widgets in header and primaryThanks esmi!