aggietwins03
Member
Posted 6 months ago #
I've researched and tried several things but nothing works, or im doing it wrong....
I want my site http://www.saveaca.com to say "Save ACA" in the top right corner as it is now, however I want it all on one line. If I take away the last "A" it fits.
I tried changing the title font size in the css code but it didn't work.
If possible I would like to keep the current font size but just allow more room in the header for the text.
thanks
Remove absolute positioning and it's fine.
aggietwins03
Member
Posted 6 months ago #
Thanks for your response. I see absolute positinging in 7 different places. Which one do i change?
This:
.logo-text {
font-size: 80px;
margin-top: 15px;
position: absolute;
right: 0;
text-align: right;
width: auto;
}
BTW, where did you get that theme?
aggietwins03
Member
Posted 6 months ago #
It worked! Thank you so much.