soriteaye
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove text box from featured imaged sliderEdit:
I managed to solve the problem using the below code in the additional CSS section in Appearance>Customize
.slide-caption {display: none}
This will remove the text box altogether.
Forum: Fixing WordPress
In reply to: Creating a full width pageOK great. Yes I created the custom page template myself so I will make sure that is in the child them. The code that worked for me was as follows.
.mh-content{
width: 100%;
}Thanks again for the help!
Forum: Fixing WordPress
In reply to: Creating a full width pageI should’ve been more specific, I did mean just to extend the content area to fill the area where the sidebar used to be – the second option worked perfectly!
So if I add this to the ‘Additional CSS’ area in theme customization is there no reason to be using a child theme?
Thanks so much for the help!
Forum: Fixing WordPress
In reply to: Creating a full width pageThat would be great, thanks so much for the help!
The pages I want to make full width are as follows (every page apart from the home page).
https://www.carlsonpsychology.com.au/about-us/
https://www.carlsonpsychology.com.au/services/
https://www.carlsonpsychology.com.au/fees-rebates-referrals/
https://www.carlsonpsychology.com.au/locations/
https://www.carlsonpsychology.com.au/useful-resources/
https://www.carlsonpsychology.com.au/contact-us/Pat
Forum: Fixing WordPress
In reply to: Creating a full width pageI’ve found a plugin to create a child theme which seems to be working fine.
I am very limited in my CSS knowledge so I am not even sure what code I need to edit the width of the content area. I followed a step by step tutorial last time.
Forum: Fixing WordPress
In reply to: Creating a full width pageHi,
No I didn’t create a child theme to handle the custom template, I am not sure how to do this! I did suspect it may have been an update that had wiped it seeing as there were no other changes made during this time. I will do some research into child themes to avoid any issues in the future.
The site is not working properly yet. I have managed to remove the sidebar but the main content area is not 100% width – would you know where to find the correct code to change for this?
Thanks so much for the help so far!
Pat