-
Author
-
January 24, 2017 at 08:15 #150565perryhansenParticipant
Hello! When I place my logo in the header bar, it turns to a thumbnail. So being that it is small, I decided to place the logo in the left column of the sidebar (like in the news feed page). When I do that it still turns to a thumbnail. I would like for it to retain its size. How do I do that?
The website is SocietyOfBBQers.com
January 25, 2017 at 07:25 #150677LauraModeratorHello, i do not understand what do you mean, can you share a screenshot?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 25, 2017 at 07:31 #150687perryhansenParticipantAttached is the file. The logo resized to a thumbnail size when the actual size much much bigger than that.
Attachments:
You must be logged in to view attached files.January 26, 2017 at 09:38 #150867LauraModeratorHello, try by adding this to style.css of child theme
COPY CODE.gd-fe-image { width: 160px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 27, 2017 at 06:00 #151007perryhansenParticipantThis worked! Is there a way I could center it? What is the max size that I should use for the sidebars? Is that the 160px as you suggested?
January 30, 2017 at 06:11 #151305LauraModeratorHello, yes
to center it tryCOPY CODE.gd-fe-image img{ margin: 0 auto !important; }
or
COPY CODE.gd-fe-image { margin: 0 auto !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
January 31, 2017 at 05:18 #151447perryhansenParticipantHi!
How is my code wrong? I’ve tried many variations of your suggestions and it doesn’t seem to want to center it. This is what I have now:
.gd-fe-image {
width: 200px !important;
}.gd-fe-image {
margin: 0 auto !important;
}February 2, 2017 at 07:52 #151685LauraModeratorHello, it is working, the image did change
To make it bigger change 200 to another numberHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 4, 2017 at 19:49 #151980perryhansenParticipantyou can go ahead and close this, thanks for your help!
February 7, 2017 at 10:36 #152201LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.