Luiz
Forum Replies Created
-
Hi Valerie,
The how-to is on the theme’s instructions:
https://catchthemes.com/theme-instructions/chicago/#add-social-linkCheers
Forum: Themes and Templates
In reply to: Hide "Admin" name in posts : ColormagHello vikaskalwani,
All I can see is the home page with no mention to any admin what so ever.
Forum: Themes and Templates
In reply to: How to Edit Padding on Mobile WebsiteHi ChandelierEmily,
I can’t find any padding on the right side of your home page.
Forum: Themes and Templates
In reply to: [Fictive] Left sidebarIsn’t there any “widget position” option for this?
Forum: Themes and Templates
In reply to: How to enlarge logo in header on Qualia ThemeHello juliavich,
I tried modifying the image’s attribute and as you can see, it worked for me.
I just added awidth="somwidthevalue"
to the image, but maybe the issue is coming from somewhere else..Forum: Themes and Templates
In reply to: [Theme: Tempura]: Mobile vs Desktop Responsivenesslook for the following code
#container.two-columns-right #content { float: left; width: calc(100% - 250px); }
If you don’t find it inside your stylesheet, maybe it’s inside the index.php file
Forum: Themes and Templates
In reply to: [Virtue] Where are my page tabs?Hi there,
When you mention tabs, you mean something like this ?
Forum: Themes and Templates
In reply to: [Theme: Tempura]: Mobile vs Desktop ResponsivenessHi schmi1le,
Inside your theme stylesheet there’s a line like this:
width: calc(100% - 250px);
Just delete that line and it’s going to be “better”I would see it inside a media query, maybe the theme developer forgot to do it.
Forum: Themes and Templates
In reply to: Converting ONE Page To Start!Hello OneTheOneFatChance,
I don’t know what you’re talking about. Are you developing your own theme?
Luiz
Go to sites like imgur and upload it there, then post the link here.
Hello Ectata,
Could you provide us with your website link, or a screenshot, or something that could help us visualize the problem?
Thank you.
Forum: Themes and Templates
In reply to: Header Image ScrollingHi Sam,
Just get rid of the
background-attachment: fixed;
in your #custom-headerForum: Themes and Templates
In reply to: [Twenty Thirteen] Image left from the page contentNo problem.
Forum: Themes and Templates
In reply to: [JustWrite] PermalinksHi MassimoD,
Did you change the settings or it’s the default one?
Forum: Themes and Templates
In reply to: [Edin] Style dropdown, add padding to submenu list itemsHi Helena,
For the padding, I did a
.primary-navigation ul li { padding-bottom: 20px; }
and it worked for me.For the arrow, I would do the same thing and it doesn’t seem to cause any problems what so ever.