-
Author
-
March 25, 2015 at 09:46 #51443MoeParticipant
I am trying to view an element in a certain post type, this element should be viewed in full width but instead it is shown in a boxed model leaving some margins right and left of the element and it can not be modified.
there is a Certain wrapper that we dont know its name so that we would disable with css as it’s controlling the margins. Would you please help us with this?
March 26, 2015 at 17:20 #51669sharmstrModeratorIt impossible to help without specifics. Please elaborate and provide links.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 29, 2015 at 22:06 #52093sharmstrModeratorAgain, its hard to tell you exactly what to do without seeing the page (CPT) in question. You can probably use css.
.container { max-width: 100% !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 29, 2015 at 22:54 #52097sharmstrModeratorThe only difference between .container and .container-full is the max-width and the padding. So, setting .container to 100% width with 0 padding is the same.
COPY CODE.article-content .container { max-width: 100%; padding: 0 !important; }
I added .article-content to isolate just the top section.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.